aboutsummaryrefslogtreecommitdiff
path: root/extra/kcgi
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kcgi')
-rwxr-xr-xextra/kcgi/build10
-rw-r--r--extra/kcgi/checksums3
-rw-r--r--extra/kcgi/meta3
-rw-r--r--extra/kcgi/sources2
-rw-r--r--extra/kcgi/version2
5 files changed, 15 insertions, 5 deletions
diff --git a/extra/kcgi/build b/extra/kcgi/build
index f6bc745b..178fdc95 100755
--- a/extra/kcgi/build
+++ b/extra/kcgi/build
@@ -1,12 +1,18 @@
#!/bin/sh -e
# Modify Makefile to make it POSIX
-sed -i '/^\.for/,/^\.endfor/d' Makefile
+clsed '/^\.for/,/^\.endfor/d' Makefile
+
+# Modify Makefile to properly use LDFLAGS
+# We don't want this expression to expand
+# shellcheck disable=2016
+clsed '/^kfcgi:/{n; s,$, $(LDFLAGS),}' Makefile
./configure \
PREFIX=/usr \
SBINDIR=/usr/bin \
- MANDIR=/usr/share/man
+ MANDIR=/usr/share/man \
+ LDFLAGS="$LDFLAGS -static"
make
make DESTDIR="$1" install
diff --git a/extra/kcgi/checksums b/extra/kcgi/checksums
index e20e54cf..a95111a5 100644
--- a/extra/kcgi/checksums
+++ b/extra/kcgi/checksums
@@ -1 +1,2 @@
-06ed033de3723651d76e2fac1c2442aaa3a28ac231cbfda4142dfb8782cab363 kcgi-0.12.5.tgz
+%BLAKE3
+d15d8e9a86175062218184e6ddaa2036e90a525b5e5387ecf8d1965134c56736 kcgi-0.13.0.tgz
diff --git a/extra/kcgi/meta b/extra/kcgi/meta
new file mode 100644
index 00000000..cb93274b
--- /dev/null
+++ b/extra/kcgi/meta
@@ -0,0 +1,3 @@
+description: Minimal CGI library
+license: ISC
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/kcgi/sources b/extra/kcgi/sources
index 2cbd346e..b6664830 100644
--- a/extra/kcgi/sources
+++ b/extra/kcgi/sources
@@ -1 +1 @@
-https://kristaps.bsd.lv/kcgi/snapshots/kcgi-0.12.5.tgz
+https://kristaps.bsd.lv/kcgi/snapshots/kcgi-0.13.0.tgz
diff --git a/extra/kcgi/version b/extra/kcgi/version
index 83e77440..8a781637 100644
--- a/extra/kcgi/version
+++ b/extra/kcgi/version
@@ -1 +1 @@
-0.12.5 1
+0.13.0 1