wok diff sox/receipt @ rev 14620
Up xorg-libXext (1.3.2), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 01 16:05:57 2013 +0200 (2013-06-01) |
parents | 536255fb182d |
children | 1040bd60b471 |
line diff
1.1 --- a/sox/receipt Wed May 18 12:23:32 2011 +0200 1.2 +++ b/sox/receipt Sat Jun 01 16:05:57 2013 +0200 1.3 @@ -18,7 +18,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr && 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 make && 1.10 make DESTDIR=$DESTDIR install 1.11 }