wok-current 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 | 7c3a8f7af451 |
children | e9d3c81466d5 |
files | fluidsynth/receipt |
line diff
1.1 --- a/fluidsynth/receipt Tue Feb 14 22:13:07 2017 +0100 1.2 +++ b/fluidsynth/receipt Tue Feb 14 22:55:56 2017 +0100 1.3 @@ -15,11 +15,12 @@ 1.4 1.5 # Rules to configure and make the package. 1.6 1.7 -compile_rules() { 1.8 - cd $src 1.9 - ./configure --prefix=/usr --enable-ladspa $CONFIGURE_ARGS && 1.10 - make && 1.11 - make DESTDIR=$DESTDIR install 1.12 +compile_rules() 1.13 +{ 1.14 + export LDFLAGS="$LDFLAGS -ltinfo" 1.15 + ./configure --prefix=/usr --enable-ladspa $CONFIGURE_ARGS && 1.16 + make && 1.17 + make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.