wok diff gitmail/receipt @ rev 23541
updated python-pylons (1.0 -> 1.0.3)
author | Hans-Günter Theisgen |
---|---|
date | Mon Apr 06 17:21:10 2020 +0100 (2020-04-06) |
parents | d3fe634de29c |
children | 932cd974e081 |
line diff
1.1 --- a/gitmail/receipt Thu Aug 15 17:43:39 2013 +0000 1.2 +++ b/gitmail/receipt Mon Apr 06 17:21:10 2020 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread" 1.9 ./configure --prefix=/usr $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath && 1.10 make && 1.11 make DESTDIR=$DESTDIR \