wok-next rev 3032
alsa-utils: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 12 10:36:46 2009 +0200 (2009-05-12) |
parents | a760d2142f2c |
children | 6b2db4df3383 |
files | alsa-utils/receipt |
line diff
1.1 --- a/alsa-utils/receipt Tue May 12 10:21:17 2009 +0200 1.2 +++ b/alsa-utils/receipt Tue May 12 10:36:46 2009 +0200 1.3 @@ -16,12 +16,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - # Remove xmlto dependency 1.8 - #patch -p1 -i ../stuff/alsactl-no-xmlto.patch && 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --infodir=/usr/share/info \ 1.12 --mandir=/usr/share/man \ 1.13 + --disable-xmlto \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 make DESTDIR=$PWD/_pkg install