From d279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 22 Oct 2013 19:29:20 +0200 Subject: fix libmix packages, while checking all packages make some style cleanup --- package/openldap/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/openldap') diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 3ab75f19b..64cf8b108 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -30,6 +30,10 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz PKG_FLAVOURS_OPENLDAP_SLAPD:= WITH_IPV6 PKGFD_WITH_IPV6:= enable IPv6 support +ifeq ($(ADK_STATIC),y) +PKG_OPTS+= libmix +endif + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBOPENLDAP,libopenldap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -- cgit v1.2.3