X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/14428f9a610d763126cbcf9b841dd2140aa7d8eb..7c8d73ced43bb114b0eb58643711d5bb6b32e034:/openwrt/package/openldap/Makefile diff --git a/openwrt/package/openldap/Makefile b/openwrt/package/openldap/Makefile index 20179b271..5909ee530 100644 --- a/openwrt/package/openldap/Makefile +++ b/openwrt/package/openldap/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openldap -PKG_VERSION:=2.2.26 +PKG_VERSION:=2.2.29 PKG_RELEASE:=1 -PKG_MD5SUM:=afc8700b5738da863b30208e1d3e9de8 +PKG_MD5SUM:=6c4c72a1336aa45b463e738034c078d6 PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ @@ -136,5 +136,5 @@ uninstall-dev: rm -rf $(STAGING_DIR)/usr/include/{lber,ldap}*.h rm -rf $(STAGING_DIR)/usr/lib/lib{lber,ldap}*.{a,so*} -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev