wok-6.x diff openldap/receipt @ rev 4271

Up openldap (2.4.16)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 25 22:49:42 2009 +0200 (2009-09-25)
parents 46b53ce42491
children f0ddc061e092
line diff
     1.1 --- a/openldap/receipt	Fri May 08 13:46:20 2009 +0200
     1.2 +++ b/openldap/receipt	Fri Sep 25 22:49:42 2009 +0200
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openldap"
     1.7 -VERSION="2.3.39"
     1.8 +VERSION="2.4.16"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="LDAP database system."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -TARBALL="$PACKAGE-stable-20071118.tgz"
    1.13 +TARBALL="$PACKAGE-stable-20090411.tgz"
    1.14  WEB_SITE="http://www.openldap.org/"
    1.15  WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL"
    1.16  DEPENDS="libdb openssl cyrus-sasl"
    1.17 @@ -20,8 +20,9 @@
    1.18  	cd $src
    1.19  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.20  		--sysconfdir=/etc --localstatedir=/var \
    1.21 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.22 -	make &&
    1.23 +		--mandir=/usr/share/man $CONFIGURE_ARGS
    1.24 +	which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/'
    1.25 +	make CPPFLAGS=-D_GNU_SOURCE &&
    1.26  	make DESTDIR=$PWD/_pkg install
    1.27  }
    1.28