wok-current diff eboard/receipt @ rev 14794
catfish: fix genpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 08 20:42:48 2013 +0000 (2013-07-08) |
parents | 08318790553b |
children | 380ffe05937a |
line diff
1.1 --- a/eboard/receipt Mon Jan 07 12:12:01 2013 +0100 1.2 +++ b/eboard/receipt Mon Jul 08 20:42:48 2013 +0000 1.3 @@ -16,12 +16,12 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl" 1.8 cd $src 1.9 sed -i 's/strchr(text/strchr((char *)text/' ntext.cc 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --mandir=/usr/share/man \ 1.13 + --extra-libs=dl \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 make DESTDIR=$PWD/_pkg install