wok diff libedit/receipt @ rev 18714
Up openssl (1.0.1q) and depending pkgs (thanks Erkan)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Wed Dec 16 21:14:36 2015 +0100 (2015-12-16) |
parents | 12d5d6943718 |
children | 80675e0f496c |
line diff
1.1 --- a/libedit/receipt Sat Dec 07 19:42:19 2013 +0000 1.2 +++ b/libedit/receipt Wed Dec 16 21:14:36 2015 +0100 1.3 @@ -17,7 +17,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 --mandir=/usr/share/man \ 1.12 @@ -33,4 +33,3 @@ 1.13 mkdir -p $fs/usr/lib 1.14 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.15 } 1.16 -