wok-6.x diff ldapvi/receipt @ rev 23565
updated python-sqlalchemy (0.7.10 -> 1.3.15)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 08:44:11 2020 +0100 (2020-04-07) |
parents | 785c14b9427a |
children | ede1d184d5c5 |
line diff
1.1 --- a/ldapvi/receipt Fri Feb 13 09:55:45 2015 +0100 1.2 +++ b/ldapvi/receipt Tue Apr 07 08:44:11 2020 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - export LDFLAGS="-ltinfo" 1.8 + export LDFLAGS="$LDFLAGS -ltinfo" 1.9 grep -qs getline_ldapvi common.h || 1.10 sed -i 's/char .getline(.*/#define getline getline_ldapvi\n&/' common.h 1.11 ./configure --prefix=/usr $CONFIGURE_ARGS && make