wok-current diff wyrd/receipt @ rev 20375
I. nagios update: 3.5.0 (March 15, 2013) -> 3.5.1 (2013-08-30) II. typo
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Jun 13 07:19:54 2018 +0000 (2018-06-13) |
parents | 2a21689b0af7 |
children | 20661c276bcf |
line diff
1.1 --- a/wyrd/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/wyrd/receipt Wed Jun 13 07:19:54 2018 +0000 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 --sysconfdir=/etc \ 1.12 @@ -33,4 +33,3 @@ 1.13 cp -a $install/usr/bin $fs/usr 1.14 cp -a $install/etc/wyrdrc $fs/etc 1.15 } 1.16 -