wok rev 17677

texinfo: add missing -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 18 11:52:09 2015 +0100 (2015-02-18)
parents 4ae0fc492374
children 9122458e5bb5
files emacs-pkg-po-mode/receipt texinfo/receipt
line diff
     1.1 --- a/emacs-pkg-po-mode/receipt	Wed Feb 18 11:35:54 2015 +0100
     1.2 +++ b/emacs-pkg-po-mode/receipt	Wed Feb 18 11:52:09 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="emacs-pkg-po-mode"
     1.7 -VERSION="0.18.3"
     1.8 +VERSION="4.13a"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="An Emacs major mode for editing or modifying PO files."
    1.11  MAINTAINER="domcox@slitaz.org"
     2.1 --- a/texinfo/receipt	Wed Feb 18 11:35:54 2015 +0100
     2.2 +++ b/texinfo/receipt	Wed Feb 18 11:52:09 2015 +0100
     2.3 @@ -17,7 +17,7 @@
     2.4  # Rules to compile & install the temporary toolchain by Tazwok.
     2.5  cook_tmp_toolchain()
     2.6  {
     2.7 -	export LDFLAGS="$LDFLAGS -ltinfo"
     2.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ltinfo"
     2.9  	./configure &&
    2.10  	make $MAKEFLAGS &&
    2.11  	make install
    2.12 @@ -26,7 +26,7 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	cd $src
    2.17 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ltinfo"
    2.18  	./configure $CONFIGURE_ARGS && 
    2.19  	make && make install
    2.20  }