wok-next diff openldap/receipt @ rev 12417
Some fix to xorg meta packages and compiz-libcompizconfig
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 20 18:38:50 2012 +0200 (2012-04-20) |
parents | f7be9547634c |
children | 73641efed1cc |
line diff
1.1 --- a/openldap/receipt Wed May 25 00:04:49 2011 +0200 1.2 +++ b/openldap/receipt Fri Apr 20 18:38:50 2012 +0200 1.3 @@ -30,7 +30,7 @@ 1.4 --with-threads \ 1.5 $CONFIGURE_ARGS && 1.6 which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/' 1.7 - make -j 4 CPPFLAGS=-D_GNU_SOURCE && 1.8 + make $MAKEFLAGS CPPFLAGS=-D_GNU_SOURCE && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11