diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-05 15:58:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:35 +0200 |
commit | eb3ac7499c7d1869560914719dfcb58172696dd8 (patch) | |
tree | 0e766109fc966009161841ff3f03067465ac9d91 /package | |
parent | ad86710a1ed484166c8e1ed0aaac176313538974 (diff) |
fix compile with uClibc-ng
Diffstat (limited to 'package')
-rw-r--r-- | package/knock/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/knock/Makefile b/package/knock/Makefile index d1ca9a143..fc9da8af9 100644 --- a/package/knock/Makefile +++ b/package/knock/Makefile @@ -24,7 +24,6 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,KNOCK,knock,${PKG_VERSION}-${PKG_RELEASE},,${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,KNOCKD,knockd,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_KNOCKD},${PKGSD_KNOCKD},${PKG_SECTION})) -TARGET_CPPFLAGS+= -D_GNU_SOURCE CONFIGURE_ENV+= ac_cv_lib_pcap_pcap_open_live=yes knock-install: |