diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-11 20:59:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-11 20:59:59 +0100 |
commit | 68f67458e8e92594227640b8dca1526646d09f87 (patch) | |
tree | 610285c36e685e428ba0ec6e6765f7fe3da868a2 /package/libpcap/Makefile | |
parent | 7fa1799e3e3efeb3047af718839eb90c121af020 (diff) |
use bison-host and flex-host
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index e60207523..7a7507a06 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= f78455a92622b7a3c05c58b6ad1cec7e PKG_DESCR:= a low-level packet capture library PKG_SECTION:= libs +PKG_BUILDDEP:= flex-host bison-host PKG_URL:= http://www.tcpdump.org/ PKG_SITES:= http://www.tcpdump.org/release/ PKG_OPTS:= dev @@ -34,7 +35,7 @@ CONFIGURE_ARGS+= --enable-ipv6 else CONFIGURE_ARGS+= --disable-ipv6 endif -XAKE_FLAGS+= M4=m4 +#XAKE_FLAGS+= M4=m4 libpcap-install: ${INSTALL_DIR} ${IDIR_LIBPCAP}/usr/lib |