wok diff ht/receipt @ rev 17515
Up screen (4.2.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 13 15:45:14 2015 +0100 (2015-01-13) |
parents | 5d53e8ccbc8d |
children | 17e313b5b9c1 |
line diff
1.1 --- a/ht/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/ht/receipt Tue Jan 13 15:45:14 2015 +0100 1.3 @@ -17,10 +17,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="-Wl,--copy-dt-needed-entries" 1.9 chmod +x install-sh 1.10 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.11 - --mandir=/usr/share/man \ 1.12 + --mandir=/usr/share/man \ 1.13 $CONFIGURE_ARGS && 1.14 make && 1.15 make DESTDIR=$DESTDIR install 1.16 @@ -31,4 +31,3 @@ 1.17 { 1.18 cp -a $install/usr $fs 1.19 } 1.20 -