diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 16:56:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 16:56:41 +0100 |
commit | 9b407950568a9107fcbd4cbc5bbd35e43fd8cec4 (patch) | |
tree | a93d1485ed65ac173e1168896879a1e4898b0182 /package/snort/Makefile | |
parent | bcb30a51bdb571f221aa1249ccbc0d085a9df726 (diff) |
disable libtirpc and packages which depend on it for musl
Diffstat (limited to 'package/snort/Makefile')
-rw-r--r-- | package/snort/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile index 089daab85..07f333207 100644 --- a/package/snort/Makefile +++ b/package/snort/Makefile @@ -15,6 +15,8 @@ PKG_URL:= http://www.snort.org/ PKG_SITES:= http://openadk.org/distfiles/ PKG_NOPARALLEL:= 1 +PKG_LIBC_DEPENDS:= uclibc eglibc glibc + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,SNORT,snort,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |