# HG changeset patch # User Pascal Bellard # Date 1424256729 -3600 # Node ID 9b7b70c9feef0ef792e3a405226f06e4858befe6 # Parent 4ae0fc49237456701f5fa7ee0cf0d8c87719cc87 texinfo: add missing -ltinfo diff -r 4ae0fc492374 -r 9b7b70c9feef emacs-pkg-po-mode/receipt --- a/emacs-pkg-po-mode/receipt Wed Feb 18 11:35:54 2015 +0100 +++ b/emacs-pkg-po-mode/receipt Wed Feb 18 11:52:09 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="emacs-pkg-po-mode" -VERSION="0.18.3" +VERSION="4.13a" CATEGORY="development" SHORT_DESC="An Emacs major mode for editing or modifying PO files." MAINTAINER="domcox@slitaz.org" diff -r 4ae0fc492374 -r 9b7b70c9feef texinfo/receipt --- a/texinfo/receipt Wed Feb 18 11:35:54 2015 +0100 +++ b/texinfo/receipt Wed Feb 18 11:52:09 2015 +0100 @@ -17,7 +17,7 @@ # Rules to compile & install the temporary toolchain by Tazwok. cook_tmp_toolchain() { - export LDFLAGS="$LDFLAGS -ltinfo" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ltinfo" ./configure && make $MAKEFLAGS && make install @@ -26,7 +26,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ltinfo" ./configure $CONFIGURE_ARGS && make && make install }