summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-24 14:08:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-24 14:08:42 +0100
commita9e9a515b0ce831f1e885e9177ae9348b5394e3b (patch)
treee3c701e8e1a6621ff45036a684b81d0d18813192 /package
parentae27d799dd321ae97bd0241ad10ba2be697064a5 (diff)
disable for musl
Diffstat (limited to 'package')
-rw-r--r--package/dsniff/Makefile1
-rw-r--r--package/libnids/Makefile3
-rw-r--r--package/scanlogd/Makefile1
3 files changed, 5 insertions, 0 deletions
diff --git a/package/dsniff/Makefile b/package/dsniff/Makefile
index b11d9af1c..813956bfc 100644
--- a/package/dsniff/Makefile
+++ b/package/dsniff/Makefile
@@ -15,6 +15,7 @@ PKG_URL:= http://www.monkey.org/~dugsong/dsniff/
PKG_SITES:= http://www.monkey.org/~dugsong/dsniff/beta/
PKG_ARCH_DEPENDS:= !arm
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
WRKDIST= ${WRKDIR}/${PKG_NAME}-2.4
diff --git a/package/libnids/Makefile b/package/libnids/Makefile
index 29930e729..d93bed8e9 100644
--- a/package/libnids/Makefile
+++ b/package/libnids/Makefile
@@ -15,10 +15,13 @@ PKG_URL:= http://libnids.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libnids/}
PKG_OPTS:= dev
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBNIDS,libnids,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+TARGET_CPPFLAGS+= -D_GNU_SOURCE
TARGET_LDFLAGS+= -lpthread
CONFIGURE_ENV+= ac_cv_lib_nsl_gethostbyname=no
CONFIGURE_ARGS+= --with-libpcap=${STAGING_TARGET_DIR}/usr
diff --git a/package/scanlogd/Makefile b/package/scanlogd/Makefile
index 312130771..95d3b28b1 100644
--- a/package/scanlogd/Makefile
+++ b/package/scanlogd/Makefile
@@ -15,6 +15,7 @@ PKG_URL:= http://www.openwall.com/scanlogd/
PKG_SITES:= http://www.openwall.com/scanlogd/
PKG_ARCH_DEPENDS:= !arm
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
include ${TOPDIR}/mk/package.mk