spiped: pass LDFLAGS.
This commit is contained in:
parent
5e60314a67
commit
0f896c8835
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'spiped'
|
||||
pkgname=spiped
|
||||
version=1.5.0
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-makefile
|
||||
makedepends="libressl-devel"
|
||||
short_desc="The spiped secure pipe daemon"
|
||||
|
@ -15,6 +15,9 @@ pre_install() {
|
|||
# remove hardcoded strip(1)
|
||||
sed -i '/strip .*/d' */Makefile
|
||||
}
|
||||
pre_build() {
|
||||
export LDADD_EXTRA="$LDFLAGS"
|
||||
}
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/share/man/man1
|
||||
|
|
Loading…
Reference in New Issue