Merge pull request #1599 from MikePetullo/for-15.05
For 15.05: openldap: update to 2.4.41
This commit is contained in:
commit
f91e8f04a1
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2006-2012 OpenWrt.org
|
||||
# Copyright (C) 2006-2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openldap
|
||||
PKG_VERSION:=2.4.39
|
||||
PKG_VERSION:=2.4.41
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||
|
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
|
|||
ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \
|
||||
ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/ \
|
||||
ftp://ftp.plig.org/pub/OpenLDAP/openldap-release/
|
||||
PKG_MD5SUM:=b0d5ee4b252c841dec6b332d679cf943
|
||||
PKG_MD5SUM:=3f1a4cea52827e18feaedfdc1634b5d0
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
|
@ -95,7 +95,6 @@ CONFIGURE_ARGS += \
|
|||
--with-threads \
|
||||
--with-tls \
|
||||
--with-yielding_select="yes" \
|
||||
--without-cyrus-sasl \
|
||||
--without-threads \
|
||||
--enable-null \
|
||||
--disable-bdb \
|
||||
|
|
Loading…
Reference in a new issue