From 5611af0eefa6cd13aeb52f10b26b075add7fe0a8 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 26 Sep 2022 19:56:53 +0200 Subject: libnghttp2: move to extra --- extra/libnghttp2/build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 extra/libnghttp2/build (limited to 'extra/libnghttp2/build') diff --git a/extra/libnghttp2/build b/extra/libnghttp2/build new file mode 100755 index 00000000..dc08efc4 --- /dev/null +++ b/extra/libnghttp2/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-lib-only + +make +make DESTDIR="$1" install + +# Even when only installing libraries, the build system installs manual pages +# and documentation for the utilities. +rm -r "${1:?}/usr/share" -- cgit v1.2.3