aboutsummaryrefslogtreecommitdiff
path: root/testing/libnghttp2/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-09-26 19:56:53 +0200
committerCem Keylan <cem@ckyln.com>2022-09-26 19:56:53 +0200
commit5611af0eefa6cd13aeb52f10b26b075add7fe0a8 (patch)
tree6bde97d620d157c153bd4e0e476af3abf502b986 /testing/libnghttp2/build
parent99b60befa9ba1b4ceec557e3bc05369019d4d71b (diff)
downloadrepository-5611af0eefa6cd13aeb52f10b26b075add7fe0a8.tar.gz
libnghttp2: move to extra
Diffstat (limited to 'testing/libnghttp2/build')
-rwxr-xr-xtesting/libnghttp2/build12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/libnghttp2/build b/testing/libnghttp2/build
deleted file mode 100755
index dc08efc4..00000000
--- a/testing/libnghttp2/build
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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"