wok-next diff ldapvi/receipt @ rev 19647
Forgotten changes: libdrm-*, dbus, fontconfig, harfbuzz, libdrm, pixman, xorg-glproto.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 23 00:58:26 2017 +0200 (2017-02-23) |
parents | 785c14b9427a |
children | 466bca9334ef |
line diff
1.1 --- a/ldapvi/receipt Fri Feb 13 09:55:45 2015 +0100 1.2 +++ b/ldapvi/receipt Thu Feb 23 00:58:26 2017 +0200 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