wok-next diff mscore/receipt @ rev 15137
Up mdadm (3.2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 10:58:00 2013 +0000 (2013-08-15) |
parents | 68ec33732967 |
children | bb009a6ef036 |
line diff
1.1 --- a/mscore/receipt Mon Feb 11 23:39:16 2013 +0000 1.2 +++ b/mscore/receipt Thu Aug 15 10:58:00 2013 +0000 1.3 @@ -17,6 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread" 1.8 export QT_PLUGINS_DIR=/usr/lib/qt/plugins 1.9 sed -i "s/usr\/local/usr/" Makefile 1.10 [ -d build ] && make clean 1.11 @@ -27,7 +28,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib $fs/usr 1.17 - cp -a $_pkg/usr/share $fs/usr 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + cp -a $install/usr/lib $fs/usr 1.20 + cp -a $install/usr/share $fs/usr 1.21 }