summaryrefslogtreecommitdiff
path: root/package/libnet/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-13 14:56:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-13 14:56:04 +0200
commit6d7a7f4776711758cf5b59028378f01cd8eba493 (patch)
tree67cc0ff4f56a0d7e1deff1d0a39867d486c86a9b /package/libnet/Makefile
parent18b38b0eb68cbcb8793efe989dcd8796a60288af (diff)
FreeBSD compatibility patches
- update ipset and libpri to latest upstream
Diffstat (limited to 'package/libnet/Makefile')
-rw-r--r--package/libnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libnet/Makefile b/package/libnet/Makefile
index fbad8f90b..df76ac082 100644
--- a/package/libnet/Makefile
+++ b/package/libnet/Makefile
@@ -25,8 +25,8 @@ $(eval $(call PKG_template,LIBNET,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PK
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= ac_libnet_have_pf_packet=yes \
- ac_cv_lbl_unaligned_fail=no \
- ac_cv_libnet_endianess=${ENDIAN}
+ ac_cv_libnet_endianess=${ENDIAN} \
+ ac_cv_lbl_unaligned_fail=no
CONFIGURE_ARGS+= --with-pf_packet=yes
BUILD_STYLE= auto
INSTALL_STYLE= auto