wok
diff gtkperf/receipt @ rev 12989
Up: db (5.3.21) and cross-compile for ARM
author |
Christophe Lincoln <pankso@slitaz.org> |
date |
Mon Jun 04 00:47:21 2012 +0200 (2012-06-04) |
parents |
4e196db993fd |
children |
e10edbeeabb4 |
line diff
1.1 --- a/gtkperf/receipt Thu Mar 03 17:27:09 2011 +0000
1.2 +++ b/gtkperf/receipt Mon Jun 04 00:47:21 2012 +0200
1.3 @@ -15,7 +15,7 @@
1.4 compile_rules()
1.5 {
1.6 cd $src
1.7 - ./configure &&
1.8 + ./configure $CONFIGURE_ARGS &&
1.9 make &&
1.10 make DESTDIR=$DESTDIR install
1.11 }