wok-6.x
diff xerces-c/receipt @ rev 12797
fltk-2.0.x: fix compile_rules with LD_LIBRARY_PATH
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Fri May 18 10:17:05 2012 +0200 (2012-05-18) |
parents |
3e5f4a16c6dd |
children |
eb8067417980 |
line diff
1.1 --- a/xerces-c/receipt Wed Mar 02 17:37:22 2011 +0000
1.2 +++ b/xerces-c/receipt Fri May 18 10:17:05 2012 +0200
1.3 @@ -15,8 +15,8 @@
1.4 {
1.5 cd $src
1.6
1.7 - ./configure &&
1.8 - make -j 4 &&
1.9 + ./configure $CONFIGURE_ARGS &&
1.10 + make $MAKEFLAGS &&
1.11 make install
1.12 }
1.13