mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
kcgi: use LDFLAGS.
This commit is contained in:
parent
3f034de8af
commit
323678daa6
1 changed files with 2 additions and 2 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue