summaryrefslogtreecommitdiff
path: root/package/openswan/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-27 08:54:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-27 08:54:46 +0100
commit9ed82d1865e41c32e5811d8bc7e6ae3525029d31 (patch)
tree679316b42e52f1bc07c5843fcb4ca005ea502038 /package/openswan/Makefile
parent199f633fb1077c7ffedff161726e9229e7312152 (diff)
disable for musl, cdefs.h and queue.h problems fixed so far, need to resolve GLOBC_BRACE later
Diffstat (limited to 'package/openswan/Makefile')
-rw-r--r--package/openswan/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/openswan/Makefile b/package/openswan/Makefile
index efea0b004..a2ed17906 100644
--- a/package/openswan/Makefile
+++ b/package/openswan/Makefile
@@ -20,6 +20,9 @@ PKG_URL:= http://www.openswan.org/
PKG_SITES:= http://www.openswan.org/download/
PKG_NOPARALLEL:= 1
+# GLOB_BRACE usage
+PKG_LIBC_DEPENDS:= uclibc glibc
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,OPENSWAN,openswan,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))