diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:17:14 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:17:14 +0200 |
| commit | b448bbcdab09b70b4d03ea0bc9167878e7f054da (patch) | |
| tree | 40ea72e4979ce176f6280b25368713122bee1b9c /package/libnet/Makefile | |
| parent | d804be5baee6590ff6e91d267c8cb9933ed7ac60 (diff) | |
| parent | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (diff) | |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libnet/Makefile')
| -rw-r--r-- | package/libnet/Makefile | 4 |
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 |
