wok diff nss_ldap/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 664b01de0dcf
children 3765f181a6d5
line diff
     1.1 --- a/nss_ldap/receipt	Fri Feb 04 02:49:31 2011 +0000
     1.2 +++ b/nss_ldap/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.5  	--enable-rfc2307bis --enable-schema-mapping --enable-paged-results \
     1.6  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.7 -	make -j 4 &&
     1.8 +	make $MAKEFLAGS &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11