p0f: fix cross build
This commit is contained in:
parent
368a7565aa
commit
52c5857fda
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'p0f'
|
# Template file for 'p0f'
|
||||||
pkgname=p0f
|
pkgname=p0f
|
||||||
version=3.08b
|
version=3.08b
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="libpcap-devel"
|
makedepends="libpcap-devel"
|
||||||
short_desc="A passive OS fingerprinting tool"
|
short_desc="A passive OS fingerprinting tool"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
|
@ -16,7 +16,7 @@ do_configure() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make
|
||||||
make -C tools
|
make CC="${CC}" CFLAGS="${CFLAGS}" -C tools
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue