wok-stable diff openldap/receipt @ rev 11642
Up: cookutils (1.5) - Bug fixes and small improvments
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 03 15:24:54 2012 +0100 (2012-02-03) |
parents | f7be9547634c |
children |
line diff
1.1 --- a/openldap/receipt Wed May 25 00:04:49 2011 +0200 1.2 +++ b/openldap/receipt Fri Feb 03 15:24:54 2012 +0100 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