summaryrefslogtreecommitdiff
path: root/package/openswan/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-03-22 18:36:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-03-22 18:36:31 +0100
commit20142bca1ba98c1d43ca9704cfca61db6ec6bcf9 (patch)
tree1e5e06a18e704be4187389c402852810177bac93 /package/openswan/Makefile
parent1f0b1b4dc960d55dc3d1df6a85ef5470e1c6c092 (diff)
openswan: allow musl compile with local queue.h
Diffstat (limited to 'package/openswan/Makefile')
-rw-r--r--package/openswan/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/openswan/Makefile b/package/openswan/Makefile
index 9dec6182d..41ec00201 100644
--- a/package/openswan/Makefile
+++ b/package/openswan/Makefile
@@ -19,9 +19,6 @@ PKG_NOPARALLEL:= 1
DISTFILES:= v${PKG_VERSION}.tar.gz
WRKDIST= $(WRKDIR)/Openswan-$(PKG_VERSION)
-# GLOB_BRACE usage
-PKG_LIBC_DEPENDS:= uclibc-ng glibc
-
include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,OPENSWAN,openswan,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))