diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-04 19:08:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-04 19:08:05 +0100 |
commit | 147d9ee9f93d9164931408af9ecda00eb0d4a8b2 (patch) | |
tree | 16dd9679c8be91e371f3b4612b39fc843007777e /package/libpcap/Makefile | |
parent | a13a7bb1239db9093de0cec0ba35a8fabdf24ff0 (diff) | |
parent | 709e9353b40e894f7f176e68480ce5f9d46db8d5 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index 6b2f09072..1c97682c7 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -37,6 +37,7 @@ CONFIGURE_ARGS+= --enable-ipv6 else CONFIGURE_ARGS+= --disable-ipv6 endif +XAKE_FLAGS+= M4=m4 libpcap-install: ${INSTALL_DIR} ${IDIR_LIBPCAP}/usr/lib |