wok-next diff cdrdao/receipt @ rev 20113
Add some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 30 09:29:31 2017 +0100 (2017-10-30) |
parents | eb8067417980 |
children | 8940878905f3 |
line diff
1.1 --- a/cdrdao/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/cdrdao/receipt Mon Oct 30 09:29:31 2017 +0100 1.3 @@ -16,7 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 for i in trackdb/*.cc ; do 1.9 grep -q string.h $i && continue 1.10 grep -q util.h $i || continue 1.11 @@ -28,6 +27,7 @@ 1.12 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \ 1.13 scsilib/libscg/scsi-linux-sg.c 1.14 patch -Np1 -i $stuff/$PACKAGE-$VERSION-stat.patch || return 1 1.15 + export CXXFLAGS="-Wno-narrowing" 1.16 ./configure --prefix=/usr --with-lame $CONFIGURE_ARGS && 1.17 make && 1.18 make DESTDIR=$DESTDIR install