wok-current diff orpheus/receipt @ rev 15936
UP: soprano (2.8.0) and fix build depends
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 11:27:57 2014 +0100 (2014-02-22) |
parents | 1ae5963f23df |
children | 17e313b5b9c1 |
line diff
1.1 --- a/orpheus/receipt Wed Aug 14 18:02:00 2013 +0000 1.2 +++ b/orpheus/receipt Sat Feb 22 11:27:57 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 }