wok-next diff deadbeef/receipt @ rev 15371
apache: load ssl_module (thanks Justine Leon Uro)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 15 22:45:52 2013 +0000 (2013-10-15) |
parents | ca348008f789 |
children | 860ce5da84ab |
line diff
1.1 --- a/deadbeef/receipt Wed Aug 14 23:04:02 2013 +0000 1.2 +++ b/deadbeef/receipt Tue Oct 15 22:45:52 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