# HG changeset patch # User Pascal Bellard # Date 1487109356 -3600 # Node ID a68c5c8d5ff2b1c6541267b3d496c54043c28bce # Parent 7c3a8f7af451dea586e8634bd2373f28ffd7a1bc fluidsynth: add -ltinfo diff -r 7c3a8f7af451 -r a68c5c8d5ff2 fluidsynth/receipt --- a/fluidsynth/receipt Tue Feb 14 22:13:07 2017 +0100 +++ b/fluidsynth/receipt Tue Feb 14 22:55:56 2017 +0100 @@ -15,11 +15,12 @@ # Rules to configure and make the package. -compile_rules() { - cd $src - ./configure --prefix=/usr --enable-ladspa $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install +compile_rules() +{ + export LDFLAGS="$LDFLAGS -ltinfo" + ./configure --prefix=/usr --enable-ladspa $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.