summaryrefslogtreecommitdiffstats
path: root/extra/openldap/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/openldap/Pkgfile')
-rw-r--r--extra/openldap/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/openldap/Pkgfile b/extra/openldap/Pkgfile
index 50f073901..84e7e634e 100644
--- a/extra/openldap/Pkgfile
+++ b/extra/openldap/Pkgfile
@@ -6,13 +6,14 @@
# Run on: libldap
name=openldap
-version=2.4.24
+version=2.4.26
release=1
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$name-$version.tgz)
build() {
source /etc/blfs-bootscripts
- wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+ wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
+# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"