p0f: include LDFLAGS

This commit is contained in:
Toyam Cox 2016-06-20 02:08:47 -04:00
parent 00fdb379ec
commit 5d8fb6cd6f

View file

@ -1,7 +1,7 @@
# Template file for 'p0f'
pkgname=p0f
version=3.09b
revision=1
revision=2
makedepends="libpcap-devel"
short_desc="A passive OS fingerprinting tool"
maintainer="Michael Gehring <mg@ebfe.org>"
@ -16,7 +16,7 @@ do_configure() {
do_build() {
make
make CC="${CC}" CFLAGS="${CFLAGS}" -C tools
make CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS+="$LDFLAGS" -C tools
}
do_install() {