# HG changeset patch # User Pascal Bellard # Date 1424162567 -3600 # Node ID 17e313b5b9c1ce7000d6a7a66390808165897de3 # Parent 9a27b923c7b70be98e2772d185b7bac39d7b55d8 Add missing -ltinfo diff -r 9a27b923c7b7 -r 17e313b5b9c1 aubio/receipt --- a/aubio/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/aubio/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -21,7 +21,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" ./configure --prefix=/usr $CONFIGURE_ARGS && make -j1 && make -j1 install diff -r 9a27b923c7b7 -r 17e313b5b9c1 avant-window-navigator/receipt --- a/avant-window-navigator/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/avant-window-navigator/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -22,7 +22,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" cd $src ./configure \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 awesome/receipt --- a/awesome/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/awesome/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -23,7 +23,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl" make CMAKE_ARGS=" -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DXDG_CONFIG_DIR=/etc/xdg \ -DCMAKE_BUILD_TYPE=RELEASE" && diff -r 9a27b923c7b7 -r 17e313b5b9c1 bastet/receipt --- a/bastet/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/bastet/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" make depend 2> /dev/null make } diff -r 9a27b923c7b7 -r 17e313b5b9c1 bygfoot/receipt --- a/bygfoot/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/bygfoot/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" cd $src diff -r 9a27b923c7b7 -r 17e313b5b9c1 cclcfox/receipt --- a/cclcfox/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/cclcfox/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 celestia/receipt --- a/celestia/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/celestia/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl" patch -p0 -i $stuff/celestia-1.6.0-gcc45.patch patch -p1 -i $stuff/make-dereferenced-temporaries-explicit sed -i 's/NULL/0/' src/celengine/frametree.h diff -r 9a27b923c7b7 -r 17e313b5b9c1 cgames/receipt --- a/cgames/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/cgames/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" sed -i -e 's|install -.*\$|&(destdir)/$|' \ -e "s|^prefix|destdir = $DESTDIR\\n&|" \ -e 's/g games/g root/' */Makefile.in diff -r 9a27b923c7b7 -r 17e313b5b9c1 chemtool/receipt --- a/chemtool/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/chemtool/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" cd $src ./configure --prefix=/usr $CONFIGURE_ARGS && make && diff -r 9a27b923c7b7 -r 17e313b5b9c1 chocolate-doom/receipt --- a/chocolate-doom/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/chocolate-doom/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make $MAKEFLAGS diff -r 9a27b923c7b7 -r 17e313b5b9c1 ckermit/receipt --- a/ckermit/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/ckermit/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" make linux "LNKFLAGS=-lncurses" } diff -r 9a27b923c7b7 -r 17e313b5b9c1 clamav/receipt --- a/clamav/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/clamav/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,6 +17,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -ltinfo" # Have to create clamav user/group to be able to compile adduser -s /bin/false -H -D -u 64 clamav @@ -95,4 +96,3 @@ { chroot "$1/" deluser clamav } - diff -r 9a27b923c7b7 -r 17e313b5b9c1 cmatrix/receipt --- a/cmatrix/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/cmatrix/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -31,4 +31,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } - diff -r 9a27b923c7b7 -r 17e313b5b9c1 codeblocks/receipt --- a/codeblocks/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/codeblocks/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" busybox patch -p1 -i $stuff/glib.u ./configure \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 compiz-core/receipt --- a/compiz-core/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/compiz-core/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -20,7 +20,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" cd $src mkdir build && cd build diff -r 9a27b923c7b7 -r 17e313b5b9c1 cv/receipt --- a/cv/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/cv/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -ltinfo" sed -i 's|/local||' Makefile make && make DESTDIR=$DESTDIR install } diff -r 9a27b923c7b7 -r 17e313b5b9c1 devilspie/receipt --- a/devilspie/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/devilspie/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" sed -i \ -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \ -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 directfb-examples/receipt --- a/directfb-examples/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/directfb-examples/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,8 +18,8 @@ # Handle cross compilation. case "$ARCH" in arm) - export LDFLAGS="-L/cross/arm/sysroot/usr/lib" - export CPPFLAGS="-I/cross/arm/sysroot/usr/include/directfb" ;; + export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib" + export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include/directfb" ;; esac # Rules to configure and make the package. diff -r 9a27b923c7b7 -r 17e313b5b9c1 directfb/receipt --- a/directfb/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/directfb/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -20,8 +20,8 @@ arm) BUILD_DEPENDS="libpng-dev jpeg-dev freetype-dev" ARCH_ARGS="--with-gfxdrivers=none --disable-x11" - export LDFLAGS="-L/cross/arm/sysroot/usr/lib" - export CPPFLAGS="-I/cross/arm/sysroot/usr/include" ;; + export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib" + export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include" ;; esac # Handle SliTaz arch installation. diff -r 9a27b923c7b7 -r 17e313b5b9c1 dnstop/receipt --- a/dnstop/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/dnstop/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -15,7 +15,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" ./configure --prefix=/usr make } @@ -26,4 +26,3 @@ mkdir -p $fs/usr/bin cp -a $src/$PACKAGE $fs/usr/bin } - diff -r 9a27b923c7b7 -r 17e313b5b9c1 e2tools/receipt --- a/e2tools/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/e2tools/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" ./configure \ --prefix=/usr \ $CONFIGURE_ARGS diff -r 9a27b923c7b7 -r 17e313b5b9c1 ekiga/receipt --- a/ekiga/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/ekiga/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -21,7 +21,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11 -lXext -lpt" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11 -lXext -lpt" sed -i 's/CXXFLAGS="-g -O2"/CXXFLAGS="-g -fexceptions -O2"/' configure ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/bin --mandir=/usr/share/man \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 fbpanel/receipt --- a/fbpanel/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/fbpanel/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" ./configure && make && make install } diff -r 9a27b923c7b7 -r 17e313b5b9c1 fbxkb/receipt --- a/fbxkb/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/fbxkb/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" patch -Np1 -i $stuff/$PACKAGE.patch ./configure && make diff -r 9a27b923c7b7 -r 17e313b5b9c1 fceux/receipt --- a/fceux/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/fceux/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ { cd $src # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" sed -i 's/void\* gzfile/gzFile_s* gzfile/' src/file.cpp scons diff -r 9a27b923c7b7 -r 17e313b5b9c1 freeglut/receipt --- a/freeglut/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/freeglut/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -21,7 +21,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" if [ ! -d $src ] ; then mv $PACKAGE-2.6.0 $src ; fi diff -r 9a27b923c7b7 -r 17e313b5b9c1 ftgl/receipt --- a/ftgl/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/ftgl/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ { cd $src # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries -lGL" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lGL" ./configure \ --with-pic \ $CONFIGURE_ARGS && diff -r 9a27b923c7b7 -r 17e313b5b9c1 galculator/receipt --- a/galculator/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/galculator/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" ./configure \ --disable-gtk3 \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 gecko-mediaplayer/receipt --- a/gecko-mediaplayer/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gecko-mediaplayer/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -26,7 +26,7 @@ --sysconfdir=/etc \ --disable-schemas-install \ --without-gconf \ - CPPFLAGS="-I/usr/include/nspr" \ + CPPFLAGS="$CPPFLAGS -I/usr/include/nspr" \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install diff -r 9a27b923c7b7 -r 17e313b5b9c1 ghex/receipt --- a/ghex/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/ghex/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" # GHex2 cannot display help without Yelp. Removing help references. patch -Np1 -i $stuff/ghex2-remove-help.patch diff -r 9a27b923c7b7 -r 17e313b5b9c1 gitmail/receipt --- a/gitmail/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gitmail/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread" ./configure --prefix=/usr $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath && make && make DESTDIR=$DESTDIR \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 glib/receipt --- a/glib/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/glib/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -34,7 +34,7 @@ # Native ARM build --> if ARCH != SLITAZ_ARCH ? export LD_LIBRARY_PATH=/cross/$ARCH/sysroot/usr/lib:/usr/lib:/lib export PKG_CONFIG_PATH=/cross/$ARCH/sysroot/usr/lib/pkgconfig - export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib -Wl,-rpath=/cross/$ARCH/sysroot/usr/lib" + export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib -Wl,-rpath=/cross/$ARCH/sysroot/usr/lib" # Glib export glib_cv_stack_grows=${glib_cv_stack_grows=no} diff -r 9a27b923c7b7 -r 17e313b5b9c1 gnaughty/receipt --- a/gnaughty/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gnaughty/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lgthread-2.0" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgthread-2.0" sed -i 's|curl/types|curl/curl|' src/http.c ./configure --prefix=/usr && make && make -j 1 install diff -r 9a27b923c7b7 -r 17e313b5b9c1 gnet/receipt --- a/gnet/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gnet/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries -lXt" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lXt" cd $src ./configure \ --prefix=/usr \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 gnome-ppp/receipt --- a/gnome-ppp/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gnome-ppp/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" ./configure --prefix=/usr $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install diff -r 9a27b923c7b7 -r 17e313b5b9c1 gnuplot/receipt --- a/gnuplot/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gnuplot/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -20,7 +20,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 gobject-introspection/receipt --- a/gobject-introspection/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gobject-introspection/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ case "$ARCH" in arm*) export CFLAGS="$CFLAGS -L/cross/$ARCH/sysroot/usr/lib" - export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib" + export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" export PKG_CONFIG_PATH="/cross/$ARCH/sysroot/usr/pkgconfig" BUILD_DEPENDS="glib-dev libgio-dev libffi-dev cairo-dev dbus-dev" ;; esac diff -r 9a27b923c7b7 -r 17e313b5b9c1 gqview/receipt --- a/gqview/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gqview/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" ./configure --prefix=/usr --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && diff -r 9a27b923c7b7 -r 17e313b5b9c1 grsync/receipt --- a/grsync/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/grsync/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" cd $src chmod +x install-sh ./configure \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 gsim51/receipt --- a/gsim51/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gsim51/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,6 +17,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -ltinfo" cd $src/src make } diff -r 9a27b923c7b7 -r 17e313b5b9c1 gst-plugins-base/receipt --- a/gst-plugins-base/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gst-plugins-base/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -30,7 +30,7 @@ { case "$ARCH" in i?86) ;; - *) export CPPFLAGS="-I/cross/$ARCH/sysroot/usr/include" ;; + *) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;; esac ./configure \ --prefix=/usr \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 gtk+3/receipt --- a/gtk+3/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gtk+3/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -29,8 +29,8 @@ xorg-inputproto" ARCH_ARGS="--enable-introspection=no --disable-glibtest --disable-cups \ --disable-papi --with-xinput gio_can_sniff=yes" - export LDFLAGS=-L/cross/$ARCH/sysroot/usr/lib - export CPPFLAGS=-I/cross/$ARCH/sysroot/usr/include ;; + export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" + export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;; esac # Rules to configure and make the package. diff -r 9a27b923c7b7 -r 17e313b5b9c1 gtklife/receipt --- a/gtklife/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gtklife/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" ./configure \ --prefix=/usr \ --bindir=/usr/games \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 gxine/receipt --- a/gxine/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/gxine/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -23,7 +23,7 @@ # Fix for glib2 (-lm) sed -i "/ /dev/null sed -i 's/ARPHRD_PPP:$/& case ARPHRD_NONE:/' packet.c diff -r 9a27b923c7b7 -r 17e313b5b9c1 iptstate/receipt --- a/iptstate/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/iptstate/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -15,7 +15,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" make } @@ -25,4 +25,3 @@ mkdir -p $fs/usr/sbin cp -a $src/$PACKAGE $fs/usr/sbin } - diff -r 9a27b923c7b7 -r 17e313b5b9c1 kexec-tools/receipt --- a/kexec-tools/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/kexec-tools/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { cd $src - export LDFLAGS="-lpthread" + export LDFLAGS="$LDFLAGS -lpthread" case "$ARCH" in i?86) ./configure prefix=/usr \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 klavaro/receipt --- a/klavaro/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/klavaro/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lgmodule-2.0" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgmodule-2.0" ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && diff -r 9a27b923c7b7 -r 17e313b5b9c1 lame/receipt --- a/lame/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/lame/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -21,7 +21,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 le/receipt --- a/le/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/le/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" patch -p 0 < $stuff/gcc-4.patch || return 1 ./configure \ --prefix=/usr \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 leocad/receipt --- a/leocad/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/leocad/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -21,7 +21,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11 -ldl" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11 -ldl" make PREFIX="/usr" config && make && make install } diff -r 9a27b923c7b7 -r 17e313b5b9c1 libcdio/receipt --- a/libcdio/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/libcdio/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" grep -qs 'define u8' lib/driver/gnu_linux.c || sed -i 's|#include |#define u8 __u8\n&|' \ lib/driver/gnu_linux.c @@ -31,5 +31,4 @@ { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib - } diff -r 9a27b923c7b7 -r 17e313b5b9c1 libgcrypt/receipt --- a/libgcrypt/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/libgcrypt/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -24,7 +24,7 @@ --build=i486-slitaz-linux \ --host=arm-slitaz-linux-gnueabi ;; *) - export LDFLAGS="-Wl,--copy-dt-needed-entries -lgpg-error" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgpg-error" ./configure \ --build=$HOST_SYSTEM \ --host=$HOST_SYSTEM ;; diff -r 9a27b923c7b7 -r 17e313b5b9c1 libgd/receipt --- a/libgd/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/libgd/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -26,7 +26,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" cmake . && make && make DESTDIR=$DESTDIR install || return 1 cd src diff -r 9a27b923c7b7 -r 17e313b5b9c1 libmatchbox/receipt --- a/libmatchbox/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/libmatchbox/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" #--enable-xsettings ./configure \ --enable-pango \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 libvalhalla/receipt --- a/libvalhalla/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/libvalhalla/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,14 +19,14 @@ # Handle cross compilation case "$ARCH" in i?86) - #export LDFLAGS="-lavformat" + #export LDFLAGS="$LDFLAGS -lavformat" export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig - export LDFLAGS="-Wl,-rpath=/usr/lib/ffmpeg-compat" ;; + export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/ffmpeg-compat" ;; arm*) export PKG_CONFIG_PATH=/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat/pkgconfig - export LDFLAGS="-Wl,-rpath=/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat" - export CFLAGS="$CFLAFS -I/cross/$ARCH/sysroot/usr/include/ffmpeg-compat" - export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat -lavformat" + export LDFLAGS="$LDFLAGS -Wl,-rpath=/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat" + export CFLAGS="$CFLAGS -I/cross/$ARCH/sysroot/usr/include/ffmpeg-compat" + export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib/ffmpeg-compat -lavformat" ARCH_ARGS="--cross-compile" ;; esac diff -r 9a27b923c7b7 -r 17e313b5b9c1 lite/receipt --- a/lite/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/lite/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,8 +18,8 @@ # Handle cross compilation. case "$ARCH" in arm) - export LDFLAGS="-L/cross/arm/sysroot/usr/lib" - export CPPFLAGS="-I/cross/arm/sysroot/usr/include/directfb" ;; + export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib" + export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include/directfb" ;; esac # Rules to configure and make the package. diff -r 9a27b923c7b7 -r 17e313b5b9c1 lxlauncher/receipt --- a/lxlauncher/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/lxlauncher/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" # Fix infinite loop. touch po/stamp-it # Default icons to 32 diff -r 9a27b923c7b7 -r 17e313b5b9c1 matchbox-desktop-2/receipt --- a/matchbox-desktop-2/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/matchbox-desktop-2/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" cd $src ./configure \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 matchbox-desktop/receipt --- a/matchbox-desktop/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/matchbox-desktop/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl" ./configure \ --sysconfdir=/etc \ $CONFIGURE_ARGS && diff -r 9a27b923c7b7 -r 17e313b5b9c1 matchbox-panel-manager/receipt --- a/matchbox-panel-manager/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/matchbox-panel-manager/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" ./configure $CONFIGURE_ARGS && make && make install } diff -r 9a27b923c7b7 -r 17e313b5b9c1 matchbox-panel/receipt --- a/matchbox-panel/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/matchbox-panel/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" #--enable-small-icons #--enable-acpi-linux ./configure \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 matchbox-window-manager-2/receipt --- a/matchbox-window-manager-2/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/matchbox-window-manager-2/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lexpat" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lexpat" # http://git.yoctoproject.org/cgit/cgit.cgi/libmatchboxwm2/commit/?h=rib//matchbox-next&context=6 sed -i 's|XML_StopParser|// &|' matchbox/theme-engines/mb-wm-theme.c diff -r 9a27b923c7b7 -r 17e313b5b9c1 mesa-demos/receipt --- a/mesa-demos/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/mesa-demos/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ { cd $src # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && diff -r 9a27b923c7b7 -r 17e313b5b9c1 mikmod/receipt --- a/mikmod/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/mikmod/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,9 +16,9 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && + export LDFLAGS="$LDFLAGS -ltinfo" + ./configure --prefix=/usr \ + $CONFIGURE_ARGS && make && make install } @@ -29,4 +29,3 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/mikmod $fs/usr/share } - diff -r 9a27b923c7b7 -r 17e313b5b9c1 miniupnpd/receipt --- a/miniupnpd/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/miniupnpd/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" mkdir -p $DESTDIR/usr/share/man/man8 sed -i 's,^EXTIF=eth0,EXTIF=$(route -n | awk ''/^0.0.0.0/ { print $8 }''),' netfilter/iptables_init.sh make -f Makefile.linux config.h diff -r 9a27b923c7b7 -r 17e313b5b9c1 mp/receipt --- a/mp/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/mp/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" mkdir -p $DESTDIR/usr/bin sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c ./config.sh \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 mscore/receipt --- a/mscore/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/mscore/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread" export QT_PLUGINS_DIR=/usr/lib/qt/plugins sed -i "s/usr\/local/usr/" Makefile [ -d build ] && make clean diff -r 9a27b923c7b7 -r 17e313b5b9c1 mtr/receipt --- a/mtr/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/mtr/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ --prefix=/usr \ --without-gtk \ @@ -31,4 +31,3 @@ mkdir -p $fs/usr cp -a $install/usr/sbin $fs/usr } - diff -r 9a27b923c7b7 -r 17e313b5b9c1 multitail/receipt --- a/multitail/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/multitail/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" if [ ! -f done.tail_busybox.patch ]; then patch -p1 -i $stuff/tail_busybox.patch && \ touch done.tail_busybox.patch @@ -35,4 +35,3 @@ # Set minimum config. sed -i 's/check_mail:5/check_mail:0/' $fs/etc/multitail.conf } - diff -r 9a27b923c7b7 -r 17e313b5b9c1 nitrogen/receipt --- a/nitrogen/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/nitrogen/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" cd $src sed -e '/png.h/d' < src/Thumbview.cc > src/Thumbview.cc.patched diff -r 9a27b923c7b7 -r 17e313b5b9c1 notecase/receipt --- a/notecase/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/notecase/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" busybox patch -p1 -i $stuff/notecase-1.9.8_gcc4.u || return 1 # Disable gnome-vfs support diff -r 9a27b923c7b7 -r 17e313b5b9c1 ola/receipt --- a/ola/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/ola/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-ltinfo" + export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && diff -r 9a27b923c7b7 -r 17e313b5b9c1 opencpn/receipt --- a/opencpn/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/opencpn/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" cd $src busybox patch -p0 -i $stuff/glib.u diff -r 9a27b923c7b7 -r 17e313b5b9c1 openldap/receipt --- a/openldap/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/openldap/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -32,7 +32,7 @@ --with-threads \ $CONFIGURE_ARGS && which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/' - make $MAKEFLAGS CPPFLAGS=-D_GNU_SOURCE && + make $MAKEFLAGS CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" && make DESTDIR=$DESTDIR install } diff -r 9a27b923c7b7 -r 17e313b5b9c1 orpheus/receipt --- a/orpheus/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/orpheus/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -logg" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -logg" unset CFLAGS CXXFLAGS ./configure 2>&1 | grep -v /config.rpath && make && diff -r 9a27b923c7b7 -r 17e313b5b9c1 parcellite/receipt --- a/parcellite/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/parcellite/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" find . -name '*.[ch]*' | xargs sed -i 's|&1 | grep -v 'cthandlers/calendar/Makefile.in' && make && make DESTDIR=$DESTDIR install diff -r 9a27b923c7b7 -r 17e313b5b9c1 speech-dispatcher/receipt --- a/speech-dispatcher/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/speech-dispatcher/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -18,7 +18,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" # tiny patches and fixes cd $src/src/python/speechd_config diff -r 9a27b923c7b7 -r 17e313b5b9c1 vmware-view-open-client/receipt --- a/vmware-view-open-client/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/vmware-view-open-client/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -19,7 +19,7 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" sed -i 's|.*curl/types|// &|' lib/bora/basicHttp/http.c ./configure --prefix=/usr \ $CONFIGURE_ARGS && \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 w3m/receipt --- a/w3m/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/w3m/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" for i in $stuff/*.patch do if [ -f done.$(basename $i) ]; then diff -r 9a27b923c7b7 -r 17e313b5b9c1 wavemon/receipt --- a/wavemon/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/wavemon/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && @@ -29,4 +29,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } - diff -r 9a27b923c7b7 -r 17e313b5b9c1 whowatch/receipt --- a/whowatch/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/whowatch/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" ./configure --prefix=/usr make make install diff -r 9a27b923c7b7 -r 17e313b5b9c1 xine-lib/receipt --- a/xine-lib/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/xine-lib/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -23,7 +23,7 @@ # Handle cross compilation case "$ARCH" in arm*) - export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib" + export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" export LIBTOOL=${HOST_SYSTEM}-libtool ARCH_ARGS="--disable-xinerama" ;; esac @@ -32,7 +32,7 @@ compile_rules() { sed -i 's/grep -x/grep/' configure - CPPFLAGS="-DHAVE_NANO_SLEEP" \ + CPPFLAGS="$CPPFLAGS -DHAVE_NANO_SLEEP" \ ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 xrestop/receipt --- a/xrestop/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/xrestop/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -15,7 +15,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" ./configure --prefix=/usr make make install diff -r 9a27b923c7b7 -r 17e313b5b9c1 xterm/receipt --- a/xterm/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/xterm/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -20,7 +20,7 @@ # Rules to configure and make the package. compile_rules() { - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r 9a27b923c7b7 -r 17e313b5b9c1 xtrkcad/receipt --- a/xtrkcad/receipt Mon Feb 16 23:47:24 2015 +0100 +++ b/xtrkcad/receipt Tue Feb 17 09:42:47 2015 +0100 @@ -25,7 +25,7 @@ compile_rules() { # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" XTRKCAD_STUFF=$stuff