signify: use our CFLAGS.

This commit is contained in:
Juan RP 2014-11-14 15:31:55 +01:00
parent 11f3de27a5
commit b4a7469b91

View file

@ -2,7 +2,7 @@
pkgname=signify
_pkgname=signify-portable
version=20140902
revision=1
revision=2
build_style=gnu-makefile
short_desc="OpenBSD cryptographic signing and verification tool"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
@ -15,7 +15,7 @@ wrksrc="${_pkgname}-${version}"
pre_build() {
sed -i 's|^mandir=${prefix}/man|mandir=${prefix}/share/man|g' Makefile
sed -i 's|^CC=gcc|CC=$CC|g' Makefile
sed -i "s|^CC=gcc|CC=$CC|g;s|CFLAGS=|CFLAGS=$CFLAGS|g" Makefile
}
post_install() {