From 323678daa66745abde4338e9d10787201ecf5282 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 26 May 2016 18:25:15 +0200 Subject: [PATCH] kcgi: use LDFLAGS. --- srcpkgs/kcgi/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcgi/template b/srcpkgs/kcgi/template index acf743eedcc..c0ebe35be5d 100644 --- a/srcpkgs/kcgi/template +++ b/srcpkgs/kcgi/template @@ -3,7 +3,7 @@ pkgname=kcgi version=0.8.3 revision=1 build_style=gnu-configure -short_desc="A minimal CGI library for web applications in C" +short_desc="Minimal CGI library for web applications in C" maintainer="Juan RP " license="ISC" homepage="http://kristaps.bsd.lv/kcgi/" @@ -21,7 +21,7 @@ post_extract() { sed -i '/_DECLS/d' md5.h ;; esac - + sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile sed -n '2,16p' kcgi.c > LICENSE }