wok-6.x diff pktstat/receipt @ rev 19570
qt4: patch configure -no-rpath
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Dec 22 20:43:12 2016 +0100 (2016-12-22) |
parents | 1040bd60b471 |
children | 6135577f4d08 |
line diff
1.1 --- a/pktstat/receipt Sun Aug 11 20:45:50 2013 +0000 1.2 +++ b/pktstat/receipt Thu Dec 22 20:43:12 2016 +0100 1.3 @@ -16,7 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="$LDFLAGS -ltinfo" 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --infodir=/usr/share/info \ 1.12 @@ -31,4 +31,3 @@ 1.13 mkdir -p $fs/usr 1.14 cp -a $install/usr/bin $fs/usr 1.15 } 1.16 -