wok diff libgcrypt/receipt @ rev 18228
linld: add tobzimage
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 23 09:44:18 2015 +0200 (2015-07-23) |
parents | 13f7bca6b626 |
children | ac006a7bf27c |
line diff
1.1 --- a/libgcrypt/receipt Fri Feb 28 22:12:49 2014 +0100 1.2 +++ b/libgcrypt/receipt Thu Jul 23 09:44:18 2015 +0200 1.3 @@ -24,7 +24,7 @@ 1.4 --build=i486-slitaz-linux \ 1.5 --host=arm-slitaz-linux-gnueabi ;; 1.6 *) 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lgpg-error" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgpg-error" 1.9 ./configure \ 1.10 --build=$HOST_SYSTEM \ 1.11 --host=$HOST_SYSTEM ;;