diff options
Diffstat (limited to 'package/openldap/Makefile')
-rw-r--r-- | package/openldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 7e09ceeba..35ffbb67e 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -1,7 +1,7 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -include ${TOPDIR}/rules.mk +include ${ADK_TOPDIR}/rules.mk PKG_NAME:= openldap PKG_VERSION:= 2.4.39 @@ -29,7 +29,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz PKG_FLAVOURS_OPENLDAP_SLAPD:= WITH_IPV6 PKGFD_WITH_IPV6:= enable IPv6 support -include ${TOPDIR}/mk/package.mk +include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBOPENLDAP,libopenldap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) $(eval $(call PKG_template,OPENLDAP_UTILS,openldap-utils,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_OPENLDAP_UTILS},${PKGSD_OPENLDAP_UTILS},${PKGSC_OPENLDAP_UTILS})) @@ -80,4 +80,4 @@ openldap-slapd-install: ${IDIR_OPENLDAP_SLAPD}/etc/openldap/schema ${INSTALL_DATA} ./files/slapd.conf ${IDIR_OPENLDAP_SLAPD}/etc/openldap -include ${TOPDIR}/mk/pkg-bottom.mk +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |