wok rev 12970
qjackctl: fake LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 01 12:50:33 2012 +0200 (2012-06-01) |
parents | d51be739eda0 |
children | 816d0561febb |
files | qjackctl/receipt |
line diff
1.1 --- a/qjackctl/receipt Fri Jun 01 12:35:12 2012 +0200 1.2 +++ b/qjackctl/receipt Fri Jun 01 12:50:33 2012 +0200 1.3 @@ -21,6 +21,7 @@ 1.4 cd $src 1.5 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.6 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.7 + sed -i 's|-Wl,-rpath|-Wl,--copy-dt-needed-entries -lX11 &|' qjackctl.mak && 1.8 make -j1 && 1.9 make -j1 DESTDIR=$PWD/_pkg install 1.10 }