wok diff libedit/receipt @ rev 18282
mate-control-center: contains /usr/share/mime: run update-mime-database
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Aug 10 16:37:12 2015 +0300 (2015-08-10) |
parents | 12d5d6943718 |
children | 80675e0f496c |
line diff
1.1 --- a/libedit/receipt Sat Dec 07 19:42:19 2013 +0000 1.2 +++ b/libedit/receipt Mon Aug 10 16:37:12 2015 +0300 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 -