wok diff gitmail/receipt @ rev 20006
Add: description.txt :: Following the standardization of packages.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Wed Aug 02 03:46:40 2017 -0300 (2017-08-02) |
parents | d3fe634de29c |
children | 932cd974e081 |
line diff
1.1 --- a/gitmail/receipt Thu Aug 15 17:43:39 2013 +0000 1.2 +++ b/gitmail/receipt Wed Aug 02 03:46:40 2017 -0300 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 \