wok rev 17628

icedtea6-jdk: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 13 20:39:14 2015 +0100 (2015-02-13)
parents 9b92d4c11156
children 030756141e6d
files conky/receipt icedtea6-jdk/receipt irssi/receipt jnettop/receipt ldapvi/receipt
line diff
     1.1 --- a/conky/receipt	Fri Feb 13 12:17:51 2015 +0100
     1.2 +++ b/conky/receipt	Fri Feb 13 20:39:14 2015 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	export LDFLAGS="-ltinfo"
     1.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--sysconfdir=/etc \
     2.1 --- a/icedtea6-jdk/receipt	Fri Feb 13 12:17:51 2015 +0100
     2.2 +++ b/icedtea6-jdk/receipt	Fri Feb 13 20:39:14 2015 +0100
     2.3 @@ -73,6 +73,7 @@
     2.4  
     2.5  	mem=$(free | awk '/Mem:/ { printf "%d\n",$2/1024 }')
     2.6  	cat > slitaz.sh <<EOT
     2.7 +find -name CurrencyData.properties | xargs sed -i 's/TR=TRL.*/TR=TRY/'
     2.8  # Busybox compatibility
     2.9  #find -name Sanity.gmk | xargs sed -i 's/--sync -kP/-k/' Makefile 
    2.10  find -name Platform.gmk | xargs sed -i "s@MB_OF_MEMORY *:=.*free.*@MB_OF_MEMORY := $mem@" Makefile
     3.1 --- a/irssi/receipt	Fri Feb 13 12:17:51 2015 +0100
     3.2 +++ b/irssi/receipt	Fri Feb 13 20:39:14 2015 +0100
     3.3 @@ -17,7 +17,7 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {	
     3.7 -	export LDFLAGS="-ltinfo"
     3.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     3.9  	./configure \
    3.10  		--prefix=/usr \
    3.11  		--sysconfdir=/etc/irssi \
     4.1 --- a/jnettop/receipt	Fri Feb 13 12:17:51 2015 +0100
     4.2 +++ b/jnettop/receipt	Fri Feb 13 20:39:14 2015 +0100
     4.3 @@ -16,7 +16,7 @@
     4.4  # Rules to configure and make the package.
     4.5  compile_rules()
     4.6  {
     4.7 -	export LDFLAGS="-ltinfo"
     4.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     4.9  	./configure \
    4.10  		--prefix=/usr \
    4.11  		--infodir=/usr/share/info \
     5.1 --- a/ldapvi/receipt	Fri Feb 13 12:17:51 2015 +0100
     5.2 +++ b/ldapvi/receipt	Fri Feb 13 20:39:14 2015 +0100
     5.3 @@ -18,7 +18,7 @@
     5.4  # Rules to configure and make the package.
     5.5  compile_rules()
     5.6  {
     5.7 -	export LDFLAGS="-ltinfo"
     5.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     5.9  	grep -qs getline_ldapvi common.h ||
    5.10  	sed -i 's/char .getline(.*/#define getline getline_ldapvi\n&/' common.h
    5.11  	./configure --prefix=/usr $CONFIGURE_ARGS && make