wok-6.x diff openldap/receipt @ rev 6176
Up: automake to 1.11.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 10 12:55:09 2010 +0000 (2010-09-10) |
parents | d815e78b71e4 |
children | b87e77db07eb |
line diff
1.1 --- a/openldap/receipt Mon Mar 15 12:39:19 2010 +0100 1.2 +++ b/openldap/receipt Fri Sep 10 12:55:09 2010 +0000 1.3 @@ -24,7 +24,7 @@ 1.4 --libexecdir=/usr/lib/$PACKAGE \ 1.5 --mandir=/usr/share/man $CONFIGURE_ARGS 1.6 which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/' 1.7 - make CPPFLAGS=-D_GNU_SOURCE && 1.8 + make -j 4 CPPFLAGS=-D_GNU_SOURCE && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11