wok-next diff deadbeef/receipt @ rev 15333

boinc: create test_driver
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 11:51:36 2013 +0000 (2013-09-28)
parents ca348008f789
children 860ce5da84ab
line diff
     1.1 --- a/deadbeef/receipt	Wed Aug 14 23:04:02 2013 +0000
     1.2 +++ b/deadbeef/receipt	Sat Sep 28 11:51:36 2013 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure $CONFIGURE_ARGS && 
     1.8 +	./configure CFLAGS="-I/usr/lib/libzip/include" $CONFIGURE_ARGS && 
     1.9  	make && make install
    1.10  }
    1.11