wok rev 17670

Add missing -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 17 09:42:47 2015 +0100 (2015-02-17)
parents 9a27b923c7b7
children 639e963885dd
files aubio/receipt avant-window-navigator/receipt awesome/receipt bastet/receipt bygfoot/receipt cclcfox/receipt celestia/receipt cgames/receipt chemtool/receipt chocolate-doom/receipt ckermit/receipt clamav/receipt cmatrix/receipt codeblocks/receipt compiz-core/receipt cv/receipt devilspie/receipt directfb-examples/receipt directfb/receipt dnstop/receipt e2tools/receipt ekiga/receipt fbpanel/receipt fbxkb/receipt fceux/receipt freeglut/receipt ftgl/receipt galculator/receipt gecko-mediaplayer/receipt ghex/receipt gitmail/receipt glib/receipt gnaughty/receipt gnet/receipt gnome-ppp/receipt gnuplot/receipt gobject-introspection/receipt gqview/receipt grsync/receipt gsim51/receipt gst-plugins-base/receipt gtk+3/receipt gtklife/receipt gxine/receipt gyrus/receipt horst/receipt ht/receipt i7z/receipt imagination/receipt iptraf/receipt iptstate/receipt kexec-tools/receipt klavaro/receipt lame/receipt le/receipt leocad/receipt libcdio/receipt libgcrypt/receipt libgd/receipt libmatchbox/receipt libvalhalla/receipt lite/receipt lxlauncher/receipt matchbox-desktop-2/receipt matchbox-desktop/receipt matchbox-panel-manager/receipt matchbox-panel/receipt matchbox-window-manager-2/receipt mesa-demos/receipt mikmod/receipt miniupnpd/receipt mp/receipt mscore/receipt mtr/receipt multitail/receipt nitrogen/receipt notecase/receipt ola/receipt opencpn/receipt openldap/receipt orpheus/receipt parcellite/receipt pcmanfm-legacy/receipt pidgin/receipt pinentry-gtk/receipt pinentry/receipt rawstudio/receipt rdpdesk/receipt remmina/receipt retawq/receipt rox-filer/receipt rpcbind/receipt rpm4/receipt rrdtool/receipt sbxkb/receipt seamonkey/receipt speech-dispatcher/receipt vmware-view-open-client/receipt w3m/receipt wavemon/receipt whowatch/receipt xine-lib/receipt xrestop/receipt xterm/receipt xtrkcad/receipt
line diff
     1.1 --- a/aubio/receipt	Mon Feb 16 23:47:24 2015 +0100
     1.2 +++ b/aubio/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
     1.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
     1.9  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.10  	make -j1 &&
    1.11  	make -j1 install
     2.1 --- a/avant-window-navigator/receipt	Mon Feb 16 23:47:24 2015 +0100
     2.2 +++ b/avant-window-navigator/receipt	Tue Feb 17 09:42:47 2015 +0100
     2.3 @@ -22,7 +22,7 @@
     2.4  compile_rules()
     2.5  {
     2.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     2.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     2.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
     2.9  	
    2.10  	cd $src
    2.11  	./configure \
     3.1 --- a/awesome/receipt	Mon Feb 16 23:47:24 2015 +0100
     3.2 +++ b/awesome/receipt	Tue Feb 17 09:42:47 2015 +0100
     3.3 @@ -23,7 +23,7 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl"
     3.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl"
     3.9  	make CMAKE_ARGS=" -DCMAKE_INSTALL_PREFIX:PATH=/usr \
    3.10  		-DXDG_CONFIG_DIR=/etc/xdg \
    3.11  		-DCMAKE_BUILD_TYPE=RELEASE" &&
     4.1 --- a/bastet/receipt	Mon Feb 16 23:47:24 2015 +0100
     4.2 +++ b/bastet/receipt	Tue Feb 17 09:42:47 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 -	cd $src
     4.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     4.9  	make depend 2> /dev/null
    4.10  	make
    4.11  }
     5.1 --- a/bygfoot/receipt	Mon Feb 16 23:47:24 2015 +0100
     5.2 +++ b/bygfoot/receipt	Tue Feb 17 09:42:47 2015 +0100
     5.3 @@ -16,7 +16,7 @@
     5.4  compile_rules()
     5.5  {
     5.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     5.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     5.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
     5.9  	
    5.10  	cd $src
    5.11  
     6.1 --- a/cclcfox/receipt	Mon Feb 16 23:47:24 2015 +0100
     6.2 +++ b/cclcfox/receipt	Tue Feb 17 09:42:47 2015 +0100
     6.3 @@ -17,7 +17,7 @@
     6.4  compile_rules()
     6.5  {
     6.6  	cd $src
     6.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
     6.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
     6.9  	./configure \
    6.10  		--prefix=/usr \
    6.11  		--infodir=/usr/share/info \
     7.1 --- a/celestia/receipt	Mon Feb 16 23:47:24 2015 +0100
     7.2 +++ b/celestia/receipt	Tue Feb 17 09:42:47 2015 +0100
     7.3 @@ -17,7 +17,7 @@
     7.4  compile_rules()
     7.5  {
     7.6  	cd $src
     7.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl"
     7.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl"
     7.9  	patch -p0 -i $stuff/celestia-1.6.0-gcc45.patch
    7.10  	patch -p1 -i $stuff/make-dereferenced-temporaries-explicit
    7.11  	sed -i 's/NULL/0/' src/celengine/frametree.h
     8.1 --- a/cgames/receipt	Mon Feb 16 23:47:24 2015 +0100
     8.2 +++ b/cgames/receipt	Tue Feb 17 09:42:47 2015 +0100
     8.3 @@ -16,7 +16,7 @@
     8.4  # Rules to configure and make the package.
     8.5  compile_rules()
     8.6  {
     8.7 -	cd $src
     8.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     8.9  	sed -i	-e 's|install -.*\$|&(destdir)/$|' \
    8.10  		-e "s|^prefix|destdir = $DESTDIR\\n&|" \
    8.11  		-e 's/g games/g root/' */Makefile.in
     9.1 --- a/chemtool/receipt	Mon Feb 16 23:47:24 2015 +0100
     9.2 +++ b/chemtool/receipt	Tue Feb 17 09:42:47 2015 +0100
     9.3 @@ -17,7 +17,7 @@
     9.4  # Rules to configure and make the package.
     9.5  compile_rules()
     9.6  {
     9.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
     9.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
     9.9  	cd $src
    9.10  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    9.11  	make &&
    10.1 --- a/chocolate-doom/receipt	Mon Feb 16 23:47:24 2015 +0100
    10.2 +++ b/chocolate-doom/receipt	Tue Feb 17 09:42:47 2015 +0100
    10.3 @@ -17,7 +17,7 @@
    10.4  compile_rules()
    10.5  {
    10.6  	cd $src
    10.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
    10.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    10.9  	./configure --prefix=/usr --infodir=/usr/share/info \
   10.10  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   10.11  	make $MAKEFLAGS
    11.1 --- a/ckermit/receipt	Mon Feb 16 23:47:24 2015 +0100
    11.2 +++ b/ckermit/receipt	Tue Feb 17 09:42:47 2015 +0100
    11.3 @@ -16,7 +16,7 @@
    11.4  # Rules to configure and make the package.
    11.5  compile_rules()
    11.6  {
    11.7 -	cd $src
    11.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    11.9  	make linux "LNKFLAGS=-lncurses"
   11.10  }
   11.11  
    12.1 --- a/clamav/receipt	Mon Feb 16 23:47:24 2015 +0100
    12.2 +++ b/clamav/receipt	Tue Feb 17 09:42:47 2015 +0100
    12.3 @@ -17,6 +17,7 @@
    12.4  # Rules to configure and make the package.
    12.5  compile_rules()
    12.6  {
    12.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
    12.8  	# Have to create clamav user/group to be able to compile
    12.9  	adduser -s /bin/false -H -D -u 64 clamav
   12.10  
   12.11 @@ -95,4 +96,3 @@
   12.12  {
   12.13  	chroot "$1/" deluser clamav	
   12.14  }
   12.15 -
    13.1 --- a/cmatrix/receipt	Mon Feb 16 23:47:24 2015 +0100
    13.2 +++ b/cmatrix/receipt	Tue Feb 17 09:42:47 2015 +0100
    13.3 @@ -16,7 +16,7 @@
    13.4  # Rules to configure and make the package.
    13.5  compile_rules()
    13.6  {
    13.7 -	cd $src
    13.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    13.9  	./configure \
   13.10  		--prefix=/usr \
   13.11  		--infodir=/usr/share/info \
   13.12 @@ -31,4 +31,3 @@
   13.13  	mkdir -p $fs/usr
   13.14  	cp -a $install/usr/bin $fs/usr
   13.15  }
   13.16 -
    14.1 --- a/codeblocks/receipt	Mon Feb 16 23:47:24 2015 +0100
    14.2 +++ b/codeblocks/receipt	Tue Feb 17 09:42:47 2015 +0100
    14.3 @@ -18,7 +18,7 @@
    14.4  compile_rules()
    14.5  {
    14.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    14.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    14.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    14.9  	
   14.10  	busybox patch -p1 -i $stuff/glib.u
   14.11  	./configure \
    15.1 --- a/compiz-core/receipt	Mon Feb 16 23:47:24 2015 +0100
    15.2 +++ b/compiz-core/receipt	Tue Feb 17 09:42:47 2015 +0100
    15.3 @@ -20,7 +20,7 @@
    15.4  compile_rules()
    15.5  {
    15.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    15.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    15.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    15.9  	
   15.10  	cd $src
   15.11  	mkdir build && cd build
    16.1 --- a/cv/receipt	Mon Feb 16 23:47:24 2015 +0100
    16.2 +++ b/cv/receipt	Tue Feb 17 09:42:47 2015 +0100
    16.3 @@ -16,6 +16,7 @@
    16.4  # Rules to configure and make the package.
    16.5  compile_rules()
    16.6  {
    16.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
    16.8  	sed -i 's|/local||' Makefile
    16.9  	make && make DESTDIR=$DESTDIR install
   16.10  }
    17.1 --- a/devilspie/receipt	Mon Feb 16 23:47:24 2015 +0100
    17.2 +++ b/devilspie/receipt	Tue Feb 17 09:42:47 2015 +0100
    17.3 @@ -19,7 +19,7 @@
    17.4  compile_rules()
    17.5  {
    17.6  	cd $src
    17.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    17.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    17.9  	sed -i \
   17.10  	  -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \
   17.11  	  -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \
    18.1 --- a/directfb-examples/receipt	Mon Feb 16 23:47:24 2015 +0100
    18.2 +++ b/directfb-examples/receipt	Tue Feb 17 09:42:47 2015 +0100
    18.3 @@ -18,8 +18,8 @@
    18.4  # Handle cross compilation.
    18.5  case "$ARCH" in
    18.6  	arm) 
    18.7 -		export LDFLAGS="-L/cross/arm/sysroot/usr/lib"
    18.8 -		export CPPFLAGS="-I/cross/arm/sysroot/usr/include/directfb" ;;
    18.9 +		export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib"
   18.10 +		export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include/directfb" ;;
   18.11  esac
   18.12  
   18.13  # Rules to configure and make the package.
    19.1 --- a/directfb/receipt	Mon Feb 16 23:47:24 2015 +0100
    19.2 +++ b/directfb/receipt	Tue Feb 17 09:42:47 2015 +0100
    19.3 @@ -20,8 +20,8 @@
    19.4  	arm) 
    19.5  		BUILD_DEPENDS="libpng-dev jpeg-dev freetype-dev"
    19.6  		ARCH_ARGS="--with-gfxdrivers=none --disable-x11"
    19.7 -		export LDFLAGS="-L/cross/arm/sysroot/usr/lib"
    19.8 -		export CPPFLAGS="-I/cross/arm/sysroot/usr/include" ;;
    19.9 +		export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib"
   19.10 +		export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include" ;;
   19.11  esac
   19.12  
   19.13  # Handle SliTaz arch installation.
    20.1 --- a/dnstop/receipt	Mon Feb 16 23:47:24 2015 +0100
    20.2 +++ b/dnstop/receipt	Tue Feb 17 09:42:47 2015 +0100
    20.3 @@ -15,7 +15,7 @@
    20.4  # Rules to configure and make the package.
    20.5  compile_rules()
    20.6  {
    20.7 -	cd $src
    20.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    20.9  	./configure --prefix=/usr
   20.10  	make 
   20.11  }
   20.12 @@ -26,4 +26,3 @@
   20.13  	mkdir -p $fs/usr/bin
   20.14  	cp -a $src/$PACKAGE $fs/usr/bin
   20.15  }
   20.16 -
    21.1 --- a/e2tools/receipt	Mon Feb 16 23:47:24 2015 +0100
    21.2 +++ b/e2tools/receipt	Tue Feb 17 09:42:47 2015 +0100
    21.3 @@ -16,7 +16,7 @@
    21.4  # Rules to configure and make the package.
    21.5  compile_rules()
    21.6  {
    21.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    21.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    21.9  	./configure \
   21.10  		--prefix=/usr \
   21.11  		$CONFIGURE_ARGS
    22.1 --- a/ekiga/receipt	Mon Feb 16 23:47:24 2015 +0100
    22.2 +++ b/ekiga/receipt	Tue Feb 17 09:42:47 2015 +0100
    22.3 @@ -21,7 +21,7 @@
    22.4  compile_rules()
    22.5  {
    22.6  	cd $src
    22.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11 -lXext -lpt"
    22.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11 -lXext -lpt"
    22.9  	sed -i 's/CXXFLAGS="-g -O2"/CXXFLAGS="-g -fexceptions -O2"/' configure
   22.10  	./configure --prefix=/usr --sysconfdir=/etc \
   22.11  	--libexecdir=/usr/bin --mandir=/usr/share/man \
    23.1 --- a/fbpanel/receipt	Mon Feb 16 23:47:24 2015 +0100
    23.2 +++ b/fbpanel/receipt	Tue Feb 17 09:42:47 2015 +0100
    23.3 @@ -18,7 +18,7 @@
    23.4  compile_rules()
    23.5  {
    23.6  	cd $src
    23.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    23.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    23.9  	./configure && make && make install
   23.10  }
   23.11  
    24.1 --- a/fbxkb/receipt	Mon Feb 16 23:47:24 2015 +0100
    24.2 +++ b/fbxkb/receipt	Tue Feb 17 09:42:47 2015 +0100
    24.3 @@ -17,7 +17,7 @@
    24.4  compile_rules()
    24.5  {
    24.6  	cd $src
    24.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    24.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    24.9  	patch -Np1 -i $stuff/$PACKAGE.patch
   24.10  	./configure &&
   24.11  	make
    25.1 --- a/fceux/receipt	Mon Feb 16 23:47:24 2015 +0100
    25.2 +++ b/fceux/receipt	Tue Feb 17 09:42:47 2015 +0100
    25.3 @@ -19,7 +19,7 @@
    25.4  {
    25.5  	cd $src
    25.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    25.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    25.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    25.9  	sed -i 's/void\* gzfile/gzFile_s* gzfile/' src/file.cpp
   25.10  	scons
   25.11  
    26.1 --- a/freeglut/receipt	Mon Feb 16 23:47:24 2015 +0100
    26.2 +++ b/freeglut/receipt	Tue Feb 17 09:42:47 2015 +0100
    26.3 @@ -21,7 +21,7 @@
    26.4  compile_rules()
    26.5  {
    26.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    26.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    26.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    26.9  	
   26.10  	if [ ! -d $src ] ; then mv $PACKAGE-2.6.0 $src ; fi
   26.11  
    27.1 --- a/ftgl/receipt	Mon Feb 16 23:47:24 2015 +0100
    27.2 +++ b/ftgl/receipt	Tue Feb 17 09:42:47 2015 +0100
    27.3 @@ -18,7 +18,7 @@
    27.4  {
    27.5  	cd $src
    27.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    27.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lGL"
    27.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lGL"
    27.9  	./configure \
   27.10  		--with-pic \
   27.11  		$CONFIGURE_ARGS &&
    28.1 --- a/galculator/receipt	Mon Feb 16 23:47:24 2015 +0100
    28.2 +++ b/galculator/receipt	Tue Feb 17 09:42:47 2015 +0100
    28.3 @@ -19,7 +19,7 @@
    28.4  compile_rules()
    28.5  {
    28.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    28.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    28.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    28.9  
   28.10  	./configure \
   28.11  		--disable-gtk3 \
    29.1 --- a/gecko-mediaplayer/receipt	Mon Feb 16 23:47:24 2015 +0100
    29.2 +++ b/gecko-mediaplayer/receipt	Tue Feb 17 09:42:47 2015 +0100
    29.3 @@ -26,7 +26,7 @@
    29.4  		--sysconfdir=/etc \
    29.5  		--disable-schemas-install \
    29.6  		--without-gconf \
    29.7 -		CPPFLAGS="-I/usr/include/nspr" \
    29.8 +		CPPFLAGS="$CPPFLAGS -I/usr/include/nspr" \
    29.9  		$CONFIGURE_ARGS &&
   29.10  	make  &&
   29.11  	make DESTDIR=$DESTDIR install
    30.1 --- a/ghex/receipt	Mon Feb 16 23:47:24 2015 +0100
    30.2 +++ b/ghex/receipt	Tue Feb 17 09:42:47 2015 +0100
    30.3 @@ -18,7 +18,7 @@
    30.4  # Rules to configure and make the package.
    30.5  compile_rules()
    30.6  {
    30.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
    30.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    30.9  	
   30.10  	# GHex2 cannot display help without Yelp.  Removing help references.
   30.11  	patch -Np1 -i $stuff/ghex2-remove-help.patch
    31.1 --- a/gitmail/receipt	Mon Feb 16 23:47:24 2015 +0100
    31.2 +++ b/gitmail/receipt	Tue Feb 17 09:42:47 2015 +0100
    31.3 @@ -17,7 +17,7 @@
    31.4  compile_rules()
    31.5  {
    31.6  	cd $src
    31.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread"
    31.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread"
    31.9  	./configure --prefix=/usr $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath &&
   31.10  	make &&
   31.11  	make DESTDIR=$DESTDIR \
    32.1 --- a/glib/receipt	Mon Feb 16 23:47:24 2015 +0100
    32.2 +++ b/glib/receipt	Tue Feb 17 09:42:47 2015 +0100
    32.3 @@ -34,7 +34,7 @@
    32.4  			# Native ARM build --> if ARCH != SLITAZ_ARCH ?
    32.5  			export LD_LIBRARY_PATH=/cross/$ARCH/sysroot/usr/lib:/usr/lib:/lib
    32.6  			export PKG_CONFIG_PATH=/cross/$ARCH/sysroot/usr/lib/pkgconfig
    32.7 -			export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib -Wl,-rpath=/cross/$ARCH/sysroot/usr/lib"
    32.8 +			export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib -Wl,-rpath=/cross/$ARCH/sysroot/usr/lib"
    32.9  			
   32.10  			# Glib
   32.11  			export glib_cv_stack_grows=${glib_cv_stack_grows=no}
    33.1 --- a/gnaughty/receipt	Mon Feb 16 23:47:24 2015 +0100
    33.2 +++ b/gnaughty/receipt	Tue Feb 17 09:42:47 2015 +0100
    33.3 @@ -17,7 +17,7 @@
    33.4  compile_rules()
    33.5  {
    33.6  	cd $src
    33.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lgthread-2.0"
    33.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgthread-2.0"
    33.9  	sed -i 's|curl/types|curl/curl|' src/http.c
   33.10  	./configure --prefix=/usr &&
   33.11  	make &&	make -j 1 install
    34.1 --- a/gnet/receipt	Mon Feb 16 23:47:24 2015 +0100
    34.2 +++ b/gnet/receipt	Tue Feb 17 09:42:47 2015 +0100
    34.3 @@ -17,7 +17,7 @@
    34.4  compile_rules()
    34.5  {
    34.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    34.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lXt"
    34.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lXt"
    34.9  	cd $src
   34.10  	./configure \
   34.11  		--prefix=/usr \
    35.1 --- a/gnome-ppp/receipt	Mon Feb 16 23:47:24 2015 +0100
    35.2 +++ b/gnome-ppp/receipt	Tue Feb 17 09:42:47 2015 +0100
    35.3 @@ -18,7 +18,7 @@
    35.4  compile_rules()
    35.5  {
    35.6  	cd $src
    35.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    35.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    35.9  	./configure --prefix=/usr $CONFIGURE_ARGS &&
   35.10  	make &&
   35.11  	make DESTDIR=$DESTDIR install
    36.1 --- a/gnuplot/receipt	Mon Feb 16 23:47:24 2015 +0100
    36.2 +++ b/gnuplot/receipt	Tue Feb 17 09:42:47 2015 +0100
    36.3 @@ -20,7 +20,7 @@
    36.4  # Rules to configure and make the package.
    36.5  compile_rules()
    36.6  {
    36.7 -	cd $src
    36.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    36.9  	./configure \
   36.10  		--prefix=/usr \
   36.11  		--libexecdir=/usr/lib \
    37.1 --- a/gobject-introspection/receipt	Mon Feb 16 23:47:24 2015 +0100
    37.2 +++ b/gobject-introspection/receipt	Tue Feb 17 09:42:47 2015 +0100
    37.3 @@ -19,7 +19,7 @@
    37.4  case "$ARCH" in
    37.5  	arm*)
    37.6  		export CFLAGS="$CFLAGS -L/cross/$ARCH/sysroot/usr/lib"
    37.7 -		export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib"
    37.8 +		export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib"
    37.9  		export PKG_CONFIG_PATH="/cross/$ARCH/sysroot/usr/pkgconfig"
   37.10  		BUILD_DEPENDS="glib-dev libgio-dev libffi-dev cairo-dev dbus-dev" ;;
   37.11  esac
    38.1 --- a/gqview/receipt	Mon Feb 16 23:47:24 2015 +0100
    38.2 +++ b/gqview/receipt	Tue Feb 17 09:42:47 2015 +0100
    38.3 @@ -17,7 +17,7 @@
    38.4  compile_rules()
    38.5  {
    38.6  	cd $src
    38.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
    38.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    38.9  	./configure --prefix=/usr --mandir=/usr/share/man \
   38.10  	$CONFIGURE_ARGS &&
   38.11  	make &&
    39.1 --- a/grsync/receipt	Mon Feb 16 23:47:24 2015 +0100
    39.2 +++ b/grsync/receipt	Tue Feb 17 09:42:47 2015 +0100
    39.3 @@ -17,7 +17,7 @@
    39.4  compile_rules()
    39.5  {
    39.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    39.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    39.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    39.9  	cd $src
   39.10  	chmod +x install-sh
   39.11  	./configure \
    40.1 --- a/gsim51/receipt	Mon Feb 16 23:47:24 2015 +0100
    40.2 +++ b/gsim51/receipt	Tue Feb 17 09:42:47 2015 +0100
    40.3 @@ -17,6 +17,7 @@
    40.4  # Rules to configure and make the package.
    40.5  compile_rules()
    40.6  {
    40.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
    40.8  	cd $src/src
    40.9  	make
   40.10  }
    41.1 --- a/gst-plugins-base/receipt	Mon Feb 16 23:47:24 2015 +0100
    41.2 +++ b/gst-plugins-base/receipt	Tue Feb 17 09:42:47 2015 +0100
    41.3 @@ -30,7 +30,7 @@
    41.4  {
    41.5  	case "$ARCH" in
    41.6  		i?86) ;;
    41.7 -		*) export CPPFLAGS="-I/cross/$ARCH/sysroot/usr/include" ;;
    41.8 +		*) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;;
    41.9  	esac
   41.10  	./configure \
   41.11  		--prefix=/usr \
    42.1 --- a/gtk+3/receipt	Mon Feb 16 23:47:24 2015 +0100
    42.2 +++ b/gtk+3/receipt	Tue Feb 17 09:42:47 2015 +0100
    42.3 @@ -29,8 +29,8 @@
    42.4  xorg-inputproto"
    42.5  		ARCH_ARGS="--enable-introspection=no --disable-glibtest --disable-cups \
    42.6  --disable-papi --with-xinput gio_can_sniff=yes"
    42.7 -		export LDFLAGS=-L/cross/$ARCH/sysroot/usr/lib 
    42.8 -		export CPPFLAGS=-I/cross/$ARCH/sysroot/usr/include ;;
    42.9 +		export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" 
   42.10 +		export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;;
   42.11  esac
   42.12  
   42.13  # Rules to configure and make the package.
    43.1 --- a/gtklife/receipt	Mon Feb 16 23:47:24 2015 +0100
    43.2 +++ b/gtklife/receipt	Tue Feb 17 09:42:47 2015 +0100
    43.3 @@ -17,7 +17,7 @@
    43.4  compile_rules()
    43.5  {
    43.6  	cd $src
    43.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    43.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    43.9  	./configure \
   43.10  		--prefix=/usr \
   43.11  		--bindir=/usr/games \
    44.1 --- a/gxine/receipt	Mon Feb 16 23:47:24 2015 +0100
    44.2 +++ b/gxine/receipt	Tue Feb 17 09:42:47 2015 +0100
    44.3 @@ -23,7 +23,7 @@
    44.4  	
    44.5  	# Fix for glib2 (-lm)
    44.6  	sed -i "/<glib\//d" src/*
    44.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    44.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    44.9  	
   44.10  	# Fix for lirc
   44.11  	#patch -p0 < $stuff/gxine-0.5.907-lirc.patch || return 1
    45.1 --- a/gyrus/receipt	Mon Feb 16 23:47:24 2015 +0100
    45.2 +++ b/gyrus/receipt	Tue Feb 17 09:42:47 2015 +0100
    45.3 @@ -17,7 +17,7 @@
    45.4  # Rules to configure and make the package.
    45.5  compile_rules()
    45.6  {
    45.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
    45.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    45.9  	./configure $CONFIGURE_ARGS && make && make install
   45.10  }
   45.11  
    46.1 --- a/horst/receipt	Mon Feb 16 23:47:24 2015 +0100
    46.2 +++ b/horst/receipt	Tue Feb 17 09:42:47 2015 +0100
    46.3 @@ -16,7 +16,7 @@
    46.4  # Rules to configure and make the package.
    46.5  compile_rules()
    46.6  {
    46.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    46.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    46.9  	make
   46.10  }
   46.11  
    47.1 --- a/ht/receipt	Mon Feb 16 23:47:24 2015 +0100
    47.2 +++ b/ht/receipt	Tue Feb 17 09:42:47 2015 +0100
    47.3 @@ -17,7 +17,7 @@
    47.4  # Rules to configure and make the package.
    47.5  compile_rules()
    47.6  {
    47.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    47.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    47.9  	chmod +x install-sh
   47.10  	./configure --prefix=/usr --infodir=/usr/share/info \
   47.11  		--mandir=/usr/share/man \
    48.1 --- a/i7z/receipt	Mon Feb 16 23:47:24 2015 +0100
    48.2 +++ b/i7z/receipt	Tue Feb 17 09:42:47 2015 +0100
    48.3 @@ -16,6 +16,7 @@
    48.4  # Rules to configure and make the package.
    48.5  compile_rules()
    48.6  {
    48.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
    48.8  	make &&
    48.9  	make DESTDIR=$DESTDIR install
   48.10  }
    49.1 --- a/imagination/receipt	Mon Feb 16 23:47:24 2015 +0100
    49.2 +++ b/imagination/receipt	Tue Feb 17 09:42:47 2015 +0100
    49.3 @@ -18,7 +18,7 @@
    49.4  compile_rules()
    49.5  {
    49.6     	cd $src
    49.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lgmodule-2.0"
    49.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgmodule-2.0"
    49.9  	./configure --prefix=/usr $CONFIGURE_ARGS &&
   49.10  	make &&
   49.11  	make DESTDIR=$DESTDIR install
    50.1 --- a/iptraf/receipt	Mon Feb 16 23:47:24 2015 +0100
    50.2 +++ b/iptraf/receipt	Tue Feb 17 09:42:47 2015 +0100
    50.3 @@ -16,6 +16,7 @@
    50.4  # Rules to configure and make the package.
    50.5  compile_rules()
    50.6  {
    50.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
    50.8  	cd $src/src
    50.9  	mkdir -p $DESTDIR/usr/bin 2> /dev/null
   50.10  	sed -i 's/ARPHRD_PPP:$/& case ARPHRD_NONE:/' packet.c
    51.1 --- a/iptstate/receipt	Mon Feb 16 23:47:24 2015 +0100
    51.2 +++ b/iptstate/receipt	Tue Feb 17 09:42:47 2015 +0100
    51.3 @@ -15,7 +15,7 @@
    51.4  # Rules to configure and make the package.
    51.5  compile_rules()
    51.6  {
    51.7 -	cd $src
    51.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    51.9  	make 
   51.10  }
   51.11  
   51.12 @@ -25,4 +25,3 @@
   51.13  	mkdir -p $fs/usr/sbin
   51.14  	cp -a $src/$PACKAGE $fs/usr/sbin
   51.15  }
   51.16 -
    52.1 --- a/kexec-tools/receipt	Mon Feb 16 23:47:24 2015 +0100
    52.2 +++ b/kexec-tools/receipt	Tue Feb 17 09:42:47 2015 +0100
    52.3 @@ -18,7 +18,7 @@
    52.4  compile_rules()
    52.5  {
    52.6  	cd $src
    52.7 -	export LDFLAGS="-lpthread"
    52.8 +	export LDFLAGS="$LDFLAGS -lpthread"
    52.9  	case "$ARCH" in
   52.10  	i?86)
   52.11  		./configure prefix=/usr \
    53.1 --- a/klavaro/receipt	Mon Feb 16 23:47:24 2015 +0100
    53.2 +++ b/klavaro/receipt	Tue Feb 17 09:42:47 2015 +0100
    53.3 @@ -19,7 +19,7 @@
    53.4  compile_rules()
    53.5  {
    53.6  	cd $src
    53.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lgmodule-2.0"
    53.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgmodule-2.0"
    53.9  	./configure \
   53.10  		--prefix=/usr \
   53.11  		$CONFIGURE_ARGS &&
    54.1 --- a/lame/receipt	Mon Feb 16 23:47:24 2015 +0100
    54.2 +++ b/lame/receipt	Tue Feb 17 09:42:47 2015 +0100
    54.3 @@ -21,7 +21,7 @@
    54.4  # Rules to configure and make the package.
    54.5  compile_rules()
    54.6  {
    54.7 -	cd $src
    54.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    54.9  	./configure \
   54.10  		--prefix=/usr \
   54.11  		--infodir=/usr/share/info \
    55.1 --- a/le/receipt	Mon Feb 16 23:47:24 2015 +0100
    55.2 +++ b/le/receipt	Tue Feb 17 09:42:47 2015 +0100
    55.3 @@ -17,7 +17,7 @@
    55.4  # Rules to configure and make the package.
    55.5  compile_rules()
    55.6  {
    55.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    55.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    55.9  	patch -p 0 < $stuff/gcc-4.patch || return 1
   55.10  	./configure \
   55.11  		--prefix=/usr \
    56.1 --- a/leocad/receipt	Mon Feb 16 23:47:24 2015 +0100
    56.2 +++ b/leocad/receipt	Tue Feb 17 09:42:47 2015 +0100
    56.3 @@ -21,7 +21,7 @@
    56.4  compile_rules()
    56.5  {
    56.6  	cd $src
    56.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11 -ldl"
    56.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11 -ldl"
    56.9  	make PREFIX="/usr" config &&
   56.10  	make && make install
   56.11  }
    57.1 --- a/libcdio/receipt	Mon Feb 16 23:47:24 2015 +0100
    57.2 +++ b/libcdio/receipt	Tue Feb 17 09:42:47 2015 +0100
    57.3 @@ -16,7 +16,7 @@
    57.4  # Rules to configure and make the package.
    57.5  compile_rules()
    57.6  {
    57.7 -	cd $src
    57.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    57.9  	grep -qs 'define u8' lib/driver/gnu_linux.c ||
   57.10  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
   57.11  		lib/driver/gnu_linux.c
   57.12 @@ -31,5 +31,4 @@
   57.13  {
   57.14  	mkdir -p $fs/usr/lib
   57.15  	cp -a $install/usr/lib/*.so* $fs/usr/lib
   57.16 -
   57.17  }
    58.1 --- a/libgcrypt/receipt	Mon Feb 16 23:47:24 2015 +0100
    58.2 +++ b/libgcrypt/receipt	Tue Feb 17 09:42:47 2015 +0100
    58.3 @@ -24,7 +24,7 @@
    58.4  				--build=i486-slitaz-linux \
    58.5  				--host=arm-slitaz-linux-gnueabi ;;
    58.6  		*)
    58.7 -			export LDFLAGS="-Wl,--copy-dt-needed-entries -lgpg-error"
    58.8 +			export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgpg-error"
    58.9  			./configure \
   58.10  				--build=$HOST_SYSTEM \
   58.11  				--host=$HOST_SYSTEM ;;
    59.1 --- a/libgd/receipt	Mon Feb 16 23:47:24 2015 +0100
    59.2 +++ b/libgd/receipt	Tue Feb 17 09:42:47 2015 +0100
    59.3 @@ -26,7 +26,7 @@
    59.4  # Rules to configure and make the package.
    59.5  compile_rules()
    59.6  {
    59.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
    59.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    59.9  	cmake . && make && make DESTDIR=$DESTDIR install || return 1
   59.10  	
   59.11  	cd src
    60.1 --- a/libmatchbox/receipt	Mon Feb 16 23:47:24 2015 +0100
    60.2 +++ b/libmatchbox/receipt	Tue Feb 17 09:42:47 2015 +0100
    60.3 @@ -17,7 +17,7 @@
    60.4  compile_rules()
    60.5  {
    60.6  	cd $src
    60.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    60.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    60.9  	#--enable-xsettings
   60.10  	./configure \
   60.11  		--enable-pango \
    61.1 --- a/libvalhalla/receipt	Mon Feb 16 23:47:24 2015 +0100
    61.2 +++ b/libvalhalla/receipt	Tue Feb 17 09:42:47 2015 +0100
    61.3 @@ -19,14 +19,14 @@
    61.4  # Handle cross compilation
    61.5  case "$ARCH" in
    61.6  	i?86)
    61.7 -		#export LDFLAGS="-lavformat"
    61.8 +		#export LDFLAGS="$LDFLAGS -lavformat"
    61.9  		export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig
   61.10 -		export LDFLAGS="-Wl,-rpath=/usr/lib/ffmpeg-compat" ;;
   61.11 +		export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/ffmpeg-compat" ;;
   61.12  	arm*)
   61.13  		export PKG_CONFIG_PATH=/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat/pkgconfig
   61.14 -		export LDFLAGS="-Wl,-rpath=/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat"
   61.15 -		export CFLAGS="$CFLAFS -I/cross/$ARCH/sysroot/usr/include/ffmpeg-compat"
   61.16 -		export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat -lavformat" 
   61.17 +		export LDFLAGS="$LDFLAGS -Wl,-rpath=/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat"
   61.18 +		export CFLAGS="$CFLAGS -I/cross/$ARCH/sysroot/usr/include/ffmpeg-compat"
   61.19 +		export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat -lavformat" 
   61.20  		ARCH_ARGS="--cross-compile" ;;
   61.21  esac
   61.22  
    62.1 --- a/lite/receipt	Mon Feb 16 23:47:24 2015 +0100
    62.2 +++ b/lite/receipt	Tue Feb 17 09:42:47 2015 +0100
    62.3 @@ -18,8 +18,8 @@
    62.4  # Handle cross compilation.
    62.5  case "$ARCH" in
    62.6  	arm) 
    62.7 -		export LDFLAGS="-L/cross/arm/sysroot/usr/lib"
    62.8 -		export CPPFLAGS="-I/cross/arm/sysroot/usr/include/directfb" ;;
    62.9 +		export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib"
   62.10 +		export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include/directfb" ;;
   62.11  esac
   62.12  
   62.13  # Rules to configure and make the package.
    63.1 --- a/lxlauncher/receipt	Mon Feb 16 23:47:24 2015 +0100
    63.2 +++ b/lxlauncher/receipt	Tue Feb 17 09:42:47 2015 +0100
    63.3 @@ -18,7 +18,7 @@
    63.4  compile_rules()
    63.5  {
    63.6  	cd $src
    63.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    63.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    63.9  	# Fix infinite loop.
   63.10  	touch po/stamp-it
   63.11  	# Default icons to 32
    64.1 --- a/matchbox-desktop-2/receipt	Mon Feb 16 23:47:24 2015 +0100
    64.2 +++ b/matchbox-desktop-2/receipt	Tue Feb 17 09:42:47 2015 +0100
    64.3 @@ -18,7 +18,7 @@
    64.4  compile_rules()
    64.5  {
    64.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    64.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    64.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    64.9  	
   64.10  	cd $src
   64.11  	./configure \
    65.1 --- a/matchbox-desktop/receipt	Mon Feb 16 23:47:24 2015 +0100
    65.2 +++ b/matchbox-desktop/receipt	Tue Feb 17 09:42:47 2015 +0100
    65.3 @@ -17,7 +17,7 @@
    65.4  compile_rules()
    65.5  {
    65.6  	cd $src
    65.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl"
    65.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl"
    65.9  	./configure \
   65.10  		--sysconfdir=/etc \
   65.11  		$CONFIGURE_ARGS &&
    66.1 --- a/matchbox-panel-manager/receipt	Mon Feb 16 23:47:24 2015 +0100
    66.2 +++ b/matchbox-panel-manager/receipt	Tue Feb 17 09:42:47 2015 +0100
    66.3 @@ -17,7 +17,7 @@
    66.4  compile_rules()
    66.5  {
    66.6  	cd $src
    66.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    66.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    66.9  	./configure $CONFIGURE_ARGS &&
   66.10  	make && make install
   66.11  }
    67.1 --- a/matchbox-panel/receipt	Mon Feb 16 23:47:24 2015 +0100
    67.2 +++ b/matchbox-panel/receipt	Tue Feb 17 09:42:47 2015 +0100
    67.3 @@ -17,7 +17,7 @@
    67.4  compile_rules()
    67.5  {
    67.6  	cd $src
    67.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
    67.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    67.9  	#--enable-small-icons
   67.10  	#--enable-acpi-linux
   67.11  	./configure \
    68.1 --- a/matchbox-window-manager-2/receipt	Mon Feb 16 23:47:24 2015 +0100
    68.2 +++ b/matchbox-window-manager-2/receipt	Tue Feb 17 09:42:47 2015 +0100
    68.3 @@ -18,7 +18,7 @@
    68.4  compile_rules()
    68.5  {
    68.6  	cd $src
    68.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lexpat"
    68.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lexpat"
    68.9  
   68.10  	# http://git.yoctoproject.org/cgit/cgit.cgi/libmatchboxwm2/commit/?h=rib//matchbox-next&context=6
   68.11  	sed -i 's|XML_StopParser|// &|' matchbox/theme-engines/mb-wm-theme.c
    69.1 --- a/mesa-demos/receipt	Mon Feb 16 23:47:24 2015 +0100
    69.2 +++ b/mesa-demos/receipt	Tue Feb 17 09:42:47 2015 +0100
    69.3 @@ -18,7 +18,7 @@
    69.4  { 
    69.5  	cd $src
    69.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    69.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    69.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    69.9  	./configure \
   69.10      	--prefix=/usr \
   69.11  	    	$CONFIGURE_ARGS &&
    70.1 --- a/mikmod/receipt	Mon Feb 16 23:47:24 2015 +0100
    70.2 +++ b/mikmod/receipt	Tue Feb 17 09:42:47 2015 +0100
    70.3 @@ -16,9 +16,9 @@
    70.4  # Rules to configure and make the package.
    70.5  compile_rules()
    70.6  {
    70.7 -	cd $src
    70.8 -		./configure --prefix=/usr \
    70.9 -	$CONFIGURE_ARGS &&
   70.10 +	export LDFLAGS="$LDFLAGS -ltinfo"
   70.11 +	./configure --prefix=/usr \
   70.12 +		$CONFIGURE_ARGS &&
   70.13  	make && make install
   70.14  }
   70.15  
   70.16 @@ -29,4 +29,3 @@
   70.17  	cp -a $install/usr/bin $fs/usr
   70.18  	cp -a $install/usr/share/mikmod $fs/usr/share
   70.19  }
   70.20 -
    71.1 --- a/miniupnpd/receipt	Mon Feb 16 23:47:24 2015 +0100
    71.2 +++ b/miniupnpd/receipt	Tue Feb 17 09:42:47 2015 +0100
    71.3 @@ -16,7 +16,7 @@
    71.4  # Rules to configure and make the package.
    71.5  compile_rules()
    71.6  {
    71.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries" 
    71.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 
    71.9  	mkdir -p $DESTDIR/usr/share/man/man8
   71.10  	sed -i 's,^EXTIF=eth0,EXTIF=$(route -n | awk ''/^0.0.0.0/ { print $8 }''),' netfilter/iptables_init.sh
   71.11  	make -f Makefile.linux config.h
    72.1 --- a/mp/receipt	Mon Feb 16 23:47:24 2015 +0100
    72.2 +++ b/mp/receipt	Tue Feb 17 09:42:47 2015 +0100
    72.3 @@ -16,7 +16,7 @@
    72.4  # Rules to configure and make the package.
    72.5  compile_rules()
    72.6  {
    72.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    72.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    72.9  	mkdir -p $DESTDIR/usr/bin
   72.10  	sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c
   72.11  	./config.sh \
    73.1 --- a/mscore/receipt	Mon Feb 16 23:47:24 2015 +0100
    73.2 +++ b/mscore/receipt	Tue Feb 17 09:42:47 2015 +0100
    73.3 @@ -19,7 +19,7 @@
    73.4  compile_rules()
    73.5  {
    73.6  	cd $src
    73.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread"
    73.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread"
    73.9  	export QT_PLUGINS_DIR=/usr/lib/qt/plugins
   73.10  	sed -i "s/usr\/local/usr/" Makefile
   73.11  	[ -d build ] && make clean
    74.1 --- a/mtr/receipt	Mon Feb 16 23:47:24 2015 +0100
    74.2 +++ b/mtr/receipt	Tue Feb 17 09:42:47 2015 +0100
    74.3 @@ -16,7 +16,7 @@
    74.4  # Rules to configure and make the package.
    74.5  compile_rules()
    74.6  {
    74.7 -	cd $src
    74.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    74.9  	./configure \
   74.10  		--prefix=/usr \
   74.11  		--without-gtk \
   74.12 @@ -31,4 +31,3 @@
   74.13  	mkdir -p $fs/usr
   74.14  	cp -a $install/usr/sbin $fs/usr
   74.15  }
   74.16 -
    75.1 --- a/multitail/receipt	Mon Feb 16 23:47:24 2015 +0100
    75.2 +++ b/multitail/receipt	Tue Feb 17 09:42:47 2015 +0100
    75.3 @@ -17,7 +17,7 @@
    75.4  # Rules to configure and make the package.
    75.5  compile_rules()
    75.6  {
    75.7 -	cd $src
    75.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    75.9  	if [ ! -f done.tail_busybox.patch ]; then
   75.10  		patch -p1 -i $stuff/tail_busybox.patch &&  \
   75.11  			touch done.tail_busybox.patch
   75.12 @@ -35,4 +35,3 @@
   75.13  	# Set minimum config.
   75.14  	sed -i 's/check_mail:5/check_mail:0/' $fs/etc/multitail.conf
   75.15  }
   75.16 -
    76.1 --- a/nitrogen/receipt	Mon Feb 16 23:47:24 2015 +0100
    76.2 +++ b/nitrogen/receipt	Tue Feb 17 09:42:47 2015 +0100
    76.3 @@ -18,7 +18,7 @@
    76.4  compile_rules()
    76.5  {
    76.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    76.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    76.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    76.9  	
   76.10  	cd $src
   76.11      sed -e '/png.h/d' < src/Thumbview.cc > src/Thumbview.cc.patched
    77.1 --- a/notecase/receipt	Mon Feb 16 23:47:24 2015 +0100
    77.2 +++ b/notecase/receipt	Tue Feb 17 09:42:47 2015 +0100
    77.3 @@ -17,7 +17,7 @@
    77.4  # Rules to configure and make the package.
    77.5  compile_rules()
    77.6  {
    77.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    77.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    77.9  	busybox patch -p1 -i $stuff/notecase-1.9.8_gcc4.u || return 1
   77.10  	
   77.11  	# Disable gnome-vfs support
    78.1 --- a/ola/receipt	Mon Feb 16 23:47:24 2015 +0100
    78.2 +++ b/ola/receipt	Tue Feb 17 09:42:47 2015 +0100
    78.3 @@ -19,7 +19,7 @@
    78.4  # Rules to configure and make the package.
    78.5  compile_rules()
    78.6  {
    78.7 -	export LDFLAGS="-ltinfo"
    78.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    78.9  	./configure \
   78.10  		--prefix=/usr \
   78.11  		$CONFIGURE_ARGS &&
    79.1 --- a/opencpn/receipt	Mon Feb 16 23:47:24 2015 +0100
    79.2 +++ b/opencpn/receipt	Tue Feb 17 09:42:47 2015 +0100
    79.3 @@ -19,7 +19,7 @@
    79.4  compile_rules()
    79.5  {
    79.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    79.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    79.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    79.9  	
   79.10  	cd $src
   79.11  	busybox patch -p0 -i $stuff/glib.u
    80.1 --- a/openldap/receipt	Mon Feb 16 23:47:24 2015 +0100
    80.2 +++ b/openldap/receipt	Tue Feb 17 09:42:47 2015 +0100
    80.3 @@ -32,7 +32,7 @@
    80.4  		--with-threads \
    80.5  		$CONFIGURE_ARGS &&
    80.6  	which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/'
    80.7 -	make $MAKEFLAGS CPPFLAGS=-D_GNU_SOURCE &&
    80.8 +	make $MAKEFLAGS CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" &&
    80.9  	make DESTDIR=$DESTDIR install
   80.10  }
   80.11  
    81.1 --- a/orpheus/receipt	Mon Feb 16 23:47:24 2015 +0100
    81.2 +++ b/orpheus/receipt	Tue Feb 17 09:42:47 2015 +0100
    81.3 @@ -19,7 +19,7 @@
    81.4  compile_rules()
    81.5  {
    81.6  	cd $src
    81.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -logg"
    81.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -logg"
    81.9  	unset CFLAGS CXXFLAGS
   81.10  	./configure 2>&1 | grep -v /config.rpath &&
   81.11  	make &&
    82.1 --- a/parcellite/receipt	Mon Feb 16 23:47:24 2015 +0100
    82.2 +++ b/parcellite/receipt	Tue Feb 17 09:42:47 2015 +0100
    82.3 @@ -18,7 +18,7 @@
    82.4  compile_rules()
    82.5  {	
    82.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    82.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    82.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    82.9  	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
   82.10  	./configure \
   82.11  		$CONFIGURE_ARGS &&
    83.1 --- a/pcmanfm-legacy/receipt	Mon Feb 16 23:47:24 2015 +0100
    83.2 +++ b/pcmanfm-legacy/receipt	Tue Feb 17 09:42:47 2015 +0100
    83.3 @@ -26,7 +26,7 @@
    83.4  compile_rules()
    83.5  {
    83.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    83.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lXt"
    83.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lXt"
    83.9  
   83.10  	cd $src
   83.11  	for i in  $stuff/*.patch
    84.1 --- a/pidgin/receipt	Mon Feb 16 23:47:24 2015 +0100
    84.2 +++ b/pidgin/receipt	Tue Feb 17 09:42:47 2015 +0100
    84.3 @@ -26,7 +26,7 @@
    84.4  	MSGFMT=/usr/bin/msgfmt
    84.5  	
    84.6  	# Pidgin doesn't explicitly link to libm
    84.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    84.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    84.9  	./configure \
   84.10  		--prefix=/usr \
   84.11  		--infodir=/usr/share/info \
    85.1 --- a/pinentry-gtk/receipt	Mon Feb 16 23:47:24 2015 +0100
    85.2 +++ b/pinentry-gtk/receipt	Tue Feb 17 09:42:47 2015 +0100
    85.3 @@ -19,7 +19,7 @@
    85.4  
    85.5  compile_rules()
    85.6  {
    85.7 -	cd $src
    85.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    85.9  	./configure --enable-pinentry-gtk2 \
   85.10  		--enable-fallback-curses \
   85.11  		--disable-pinentry-curses \
    86.1 --- a/pinentry/receipt	Mon Feb 16 23:47:24 2015 +0100
    86.2 +++ b/pinentry/receipt	Tue Feb 17 09:42:47 2015 +0100
    86.3 @@ -17,7 +17,7 @@
    86.4  
    86.5  compile_rules()
    86.6  {
    86.7 -	cd $src
    86.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
    86.9  	./configure --enable-pinentry-curses \
   86.10  		--disable-pinentry-gtk \
   86.11  		--disable-pinentry-gtk2 \
    87.1 --- a/rawstudio/receipt	Mon Feb 16 23:47:24 2015 +0100
    87.2 +++ b/rawstudio/receipt	Tue Feb 17 09:42:47 2015 +0100
    87.3 @@ -17,7 +17,7 @@
    87.4  compile_rules()
    87.5  {
    87.6  	cd $src
    87.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    87.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    87.9  	export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
   87.10  	patch -p1 -i $stuff/rawstudio-const.patch
   87.11  	./configure \
    88.1 --- a/rdpdesk/receipt	Mon Feb 16 23:47:24 2015 +0100
    88.2 +++ b/rdpdesk/receipt	Tue Feb 17 09:42:47 2015 +0100
    88.3 @@ -19,7 +19,7 @@
    88.4  compile_rules()
    88.5  {
    88.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    88.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    88.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    88.9  
   88.10  	cd $src
   88.11  	sed -i 's|glib/.*h|glib.h|' src/proto/*Connection_nix.hpp
    89.1 --- a/remmina/receipt	Mon Feb 16 23:47:24 2015 +0100
    89.2 +++ b/remmina/receipt	Tue Feb 17 09:42:47 2015 +0100
    89.3 @@ -22,7 +22,7 @@
    89.4  compile_rules()
    89.5  {
    89.6  	cd $src
    89.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    89.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    89.9  	mkdir build
   89.10  	cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_TELEPATHY=OFF \
   89.11  		-DWITH_AVAHI=OFF &&
    90.1 --- a/retawq/receipt	Mon Feb 16 23:47:24 2015 +0100
    90.2 +++ b/retawq/receipt	Tue Feb 17 09:42:47 2015 +0100
    90.3 @@ -18,7 +18,7 @@
    90.4  # Rules to configure and make the package.
    90.5  compile_rules()
    90.6  {
    90.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    90.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    90.9  	# We have no locale support on ARM actually
   90.10  	case "$ARCH" in
   90.11  		arm) opts="" ;;
    91.1 --- a/rox-filer/receipt	Mon Feb 16 23:47:24 2015 +0100
    91.2 +++ b/rox-filer/receipt	Tue Feb 17 09:42:47 2015 +0100
    91.3 @@ -17,7 +17,7 @@
    91.4  # Rules to configure and make the package.
    91.5  compile_rules()
    91.6  {
    91.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
    91.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    91.9  	echo "patch"
   91.10  	[ -f done.menu.diff ] ||
   91.11  		patch $src/ROX-Filer/src/menu.c $stuff/menu.diff
    92.1 --- a/rpcbind/receipt	Mon Feb 16 23:47:24 2015 +0100
    92.2 +++ b/rpcbind/receipt	Tue Feb 17 09:42:47 2015 +0100
    92.3 @@ -16,7 +16,7 @@
    92.4  
    92.5  # Handle cross compilation.
    92.6  case "$ARCH" in
    92.7 -	arm*) export CPPFLAGS="-I/cross/$ARCH/sysroot/usr/include/tirpc" ;;
    92.8 +	arm*) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include/tirpc" ;;
    92.9  esac
   92.10  
   92.11  # Rules to configure and make the package.
    93.1 --- a/rpm4/receipt	Mon Feb 16 23:47:24 2015 +0100
    93.2 +++ b/rpm4/receipt	Tue Feb 17 09:42:47 2015 +0100
    93.3 @@ -21,7 +21,7 @@
    93.4  compile_rules()
    93.5  {
    93.6  	cd $src
    93.7 -	CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss" ./configure \
    93.8 +	CPPFLAGS="$CPPFLAGS -I/usr/include/nspr -I/usr/include/nss" ./configure \
    93.9  	--prefix=/usr  \
   93.10  	 --infodir=/usr/share/info \
   93.11  	 --with-selinux=no \
    94.1 --- a/rrdtool/receipt	Mon Feb 16 23:47:24 2015 +0100
    94.2 +++ b/rrdtool/receipt	Tue Feb 17 09:42:47 2015 +0100
    94.3 @@ -22,7 +22,7 @@
    94.4  {
    94.5  	cd $src
    94.6  	sed -i 's/PL_sv_undef sv_undef/PL_sv_undef PL_sv_undef/' bindings/perl-shared/RRDs.xs
    94.7 -	export LDFLAGS="-L/usr/lib/lua/5.1"
    94.8 +	export LDFLAGS="$LDFLAGS -L/usr/lib/lua/5.1"
    94.9  	TOREMOVE="/usr/include/lua5.1"
   94.10  	ln -s lua/5.1 /usr/include/lua5.1
   94.11  	for i in /usr/bin/lua /usr/bin/luac ; do
    95.1 --- a/sbxkb/receipt	Mon Feb 16 23:47:24 2015 +0100
    95.2 +++ b/sbxkb/receipt	Tue Feb 17 09:42:47 2015 +0100
    95.3 @@ -20,7 +20,7 @@
    95.4  # Rules to configure and make the package.
    95.5  compile_rules()
    95.6  {
    95.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    95.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    95.9  	./configure $CONFIGURE_ARGS && make && make install
   95.10  }
   95.11  
    96.1 --- a/seamonkey/receipt	Mon Feb 16 23:47:24 2015 +0100
    96.2 +++ b/seamonkey/receipt	Tue Feb 17 09:42:47 2015 +0100
    96.3 @@ -34,7 +34,7 @@
    96.4  	unset CXXFLAGS
    96.5  	patch -Np1 -i $stuff/seamonkey-2.0-lang.patch
    96.6  	patch -Np1 -i $stuff/seamonkey-install-dir.patch
    96.7 -	export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey"
    96.8 +	export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey"
    96.9  	./configure $CONFIGURE_ARGS 2>&1 | grep -v 'cthandlers/calendar/Makefile.in' &&
   96.10  	make &&
   96.11  	make DESTDIR=$DESTDIR install
    97.1 --- a/speech-dispatcher/receipt	Mon Feb 16 23:47:24 2015 +0100
    97.2 +++ b/speech-dispatcher/receipt	Tue Feb 17 09:42:47 2015 +0100
    97.3 @@ -18,7 +18,7 @@
    97.4  compile_rules()
    97.5  {
    97.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    97.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    97.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    97.9  
   97.10  	# tiny patches and fixes
   97.11  	cd $src/src/python/speechd_config
    98.1 --- a/vmware-view-open-client/receipt	Mon Feb 16 23:47:24 2015 +0100
    98.2 +++ b/vmware-view-open-client/receipt	Tue Feb 17 09:42:47 2015 +0100
    98.3 @@ -19,7 +19,7 @@
    98.4  compile_rules()
    98.5  {
    98.6  	cd $src
    98.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    98.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    98.9  	sed -i 's|.*curl/types|// &|' lib/bora/basicHttp/http.c
   98.10  	./configure --prefix=/usr \
   98.11  		$CONFIGURE_ARGS && \
    99.1 --- a/w3m/receipt	Mon Feb 16 23:47:24 2015 +0100
    99.2 +++ b/w3m/receipt	Tue Feb 17 09:42:47 2015 +0100
    99.3 @@ -17,7 +17,7 @@
    99.4  # Rules to configure and make the package.
    99.5  compile_rules()
    99.6  {
    99.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    99.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    99.9  	for i in  $stuff/*.patch
   99.10  	do
   99.11  	        if [ -f done.$(basename $i) ]; then
   100.1 --- a/wavemon/receipt	Mon Feb 16 23:47:24 2015 +0100
   100.2 +++ b/wavemon/receipt	Tue Feb 17 09:42:47 2015 +0100
   100.3 @@ -16,7 +16,7 @@
   100.4  # Rules to configure and make the package.
   100.5  compile_rules()
   100.6  {
   100.7 -	cd $src
   100.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
   100.9  	./configure \
  100.10  		--prefix=/usr \
  100.11  		$CONFIGURE_ARGS &&
  100.12 @@ -29,4 +29,3 @@
  100.13  	mkdir -p $fs/usr
  100.14  	cp -a $install/usr/bin $fs/usr
  100.15  }
  100.16 -
   101.1 --- a/whowatch/receipt	Mon Feb 16 23:47:24 2015 +0100
   101.2 +++ b/whowatch/receipt	Tue Feb 17 09:42:47 2015 +0100
   101.3 @@ -16,7 +16,7 @@
   101.4  # Rules to configure and make the package.
   101.5  compile_rules()
   101.6  {
   101.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
   101.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
   101.9  	./configure --prefix=/usr
  101.10  	make
  101.11  	make install
   102.1 --- a/xine-lib/receipt	Mon Feb 16 23:47:24 2015 +0100
   102.2 +++ b/xine-lib/receipt	Tue Feb 17 09:42:47 2015 +0100
   102.3 @@ -23,7 +23,7 @@
   102.4  # Handle cross compilation
   102.5  case "$ARCH" in
   102.6  	arm*)
   102.7 -		export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib" 
   102.8 +		export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" 
   102.9  		export LIBTOOL=${HOST_SYSTEM}-libtool 
  102.10  		ARCH_ARGS="--disable-xinerama" ;;
  102.11  esac
  102.12 @@ -32,7 +32,7 @@
  102.13  compile_rules()
  102.14  {
  102.15  	sed -i 's/grep -x/grep/' configure
  102.16 -	CPPFLAGS="-DHAVE_NANO_SLEEP" \
  102.17 +	CPPFLAGS="$CPPFLAGS -DHAVE_NANO_SLEEP" \
  102.18  	./configure \
  102.19  		--prefix=/usr \
  102.20  		--infodir=/usr/share/info \
   103.1 --- a/xrestop/receipt	Mon Feb 16 23:47:24 2015 +0100
   103.2 +++ b/xrestop/receipt	Tue Feb 17 09:42:47 2015 +0100
   103.3 @@ -15,7 +15,7 @@
   103.4  # Rules to configure and make the package.
   103.5  compile_rules()
   103.6  {
   103.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
   103.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
   103.9  	./configure --prefix=/usr
  103.10  	make
  103.11  	make install
   104.1 --- a/xterm/receipt	Mon Feb 16 23:47:24 2015 +0100
   104.2 +++ b/xterm/receipt	Tue Feb 17 09:42:47 2015 +0100
   104.3 @@ -20,7 +20,7 @@
   104.4  # Rules to configure and make the package.
   104.5  compile_rules()
   104.6  {
   104.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
   104.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
   104.9  	./configure \
  104.10  		--prefix=/usr \
  104.11  		--sysconfdir=/etc \
   105.1 --- a/xtrkcad/receipt	Mon Feb 16 23:47:24 2015 +0100
   105.2 +++ b/xtrkcad/receipt	Tue Feb 17 09:42:47 2015 +0100
   105.3 @@ -25,7 +25,7 @@
   105.4  compile_rules()
   105.5  {
   105.6  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
   105.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
   105.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
   105.9  	
  105.10  	XTRKCAD_STUFF=$stuff
  105.11