wok-current diff orpheus/receipt @ rev 16111
Why on ARM mpg123 install plugins in /usr/lib/mpg123 but not on i486 but it works...
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 20 23:46:48 2014 +0100 (2014-03-20) |
parents | 1ae5963f23df |
children | 17e313b5b9c1 |
line diff
1.1 --- a/orpheus/receipt Wed Aug 14 18:02:00 2013 +0000 1.2 +++ b/orpheus/receipt Thu Mar 20 23:46:48 2014 +0100 1.3 @@ -21,7 +21,7 @@ 1.4 cd $src 1.5 export LDFLAGS="-Wl,--copy-dt-needed-entries -logg" 1.6 unset CFLAGS CXXFLAGS 1.7 - ./configure && 1.8 + ./configure 2>&1 | grep -v /config.rpath && 1.9 make && 1.10 make DESTDIR=$DESTDIR install 1.11 }