wok-6.x rev 19117
sqlite: fix arm build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 07 17:36:05 2016 +0200 (2016-05-07) |
parents | 2f45bddbfd08 |
children | 5636549f3f3d |
files | sqlite/receipt |
line diff
1.1 --- a/sqlite/receipt Sat May 07 16:46:59 2016 +0200 1.2 +++ b/sqlite/receipt Sat May 07 17:36:05 2016 +0200 1.3 @@ -27,7 +27,7 @@ 1.4 --prefix=/usr \ 1.5 --disable-readline \ 1.6 --enable-load-extension \ 1.7 - LDFLAGS=-ldl \ 1.8 + LDFLAGS="$LDFLAFS -ldl" \ 1.9 $CONFIGURE_ARGS && 1.10 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool && 1.11 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool &&