wok-current rev 19118
sqlite: fix arm build (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 07 17:38:53 2016 +0200 (2016-05-07) |
parents | 77a9ec044381 |
children | aca8260e4ea7 |
files | sqlite/receipt |
line diff
1.1 --- a/sqlite/receipt Sat May 07 17:36:05 2016 +0200 1.2 +++ b/sqlite/receipt Sat May 07 17:38:53 2016 +0200 1.3 @@ -27,7 +27,7 @@ 1.4 --prefix=/usr \ 1.5 --disable-readline \ 1.6 --enable-load-extension \ 1.7 - LDFLAGS="$LDFLAFS -ldl" \ 1.8 + LDFLAGS="$LDFLAGS -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 &&