wok-current diff sqlite/receipt @ rev 19707
fluidsynth: add -ltinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 22:55:56 2017 +0100 (2017-02-14) |
parents | 5636549f3f3d |
children | 294c02abfd9f |
line diff
1.1 --- a/sqlite/receipt Sat May 07 17:38:53 2016 +0200 1.2 +++ b/sqlite/receipt Tue Feb 14 22:55:56 2017 +0100 1.3 @@ -19,6 +19,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + case "$ARCH" in 1.8 + arm*) ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;; 1.9 + esac 1.10 [ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] || 1.11 wget -O "$SOURCES_REPOSITORY/mysql2sqlite.sh" \ 1.12 https://gist.github.com/esperlu/943776/raw/dd87f4088f6d5ec7563478f7a28a37ba02cf26e2/mysql2sqlite.sh 1.13 @@ -28,6 +31,7 @@ 1.14 --disable-readline \ 1.15 --enable-load-extension \ 1.16 LDFLAGS="$LDFLAGS -ldl" \ 1.17 + $ARCH_ARGS \ 1.18 $CONFIGURE_ARGS && 1.19 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool && 1.20 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool &&