signify: use our CFLAGS.
This commit is contained in:
parent
11f3de27a5
commit
b4a7469b91
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=signify
|
pkgname=signify
|
||||||
_pkgname=signify-portable
|
_pkgname=signify-portable
|
||||||
version=20140902
|
version=20140902
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="OpenBSD cryptographic signing and verification tool"
|
short_desc="OpenBSD cryptographic signing and verification tool"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
@ -15,7 +15,7 @@ wrksrc="${_pkgname}-${version}"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i 's|^mandir=${prefix}/man|mandir=${prefix}/share/man|g' Makefile
|
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() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue