wok diff deadbeef/receipt @ rev 15267
fbxkb, icedtea6-jdk: add LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 11:22:57 2013 +0000 (2013-09-25) |
parents | ca348008f789 |
children | 860ce5da84ab |
line diff
1.1 --- a/deadbeef/receipt Wed Aug 14 23:04:02 2013 +0000 1.2 +++ b/deadbeef/receipt Wed Sep 25 11:22:57 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