From 15f7f8f402eab5b7cd03094c358435c4c880b5b6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Nov 2009 11:36:13 +0100 Subject: more bulk build fixes - update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2) --- package/tcl/patches/patch-unix_Makefile_in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package/tcl/patches/patch-unix_Makefile_in (limited to 'package/tcl/patches/patch-unix_Makefile_in') diff --git a/package/tcl/patches/patch-unix_Makefile_in b/package/tcl/patches/patch-unix_Makefile_in new file mode 100644 index 000000000..7c4a9ca93 --- /dev/null +++ b/package/tcl/patches/patch-unix_Makefile_in @@ -0,0 +1,21 @@ +--- tcl8.5.8.orig/unix/Makefile.in 2009-11-13 19:38:45.000000000 +0100 ++++ tcl8.5.8/unix/Makefile.in 2009-11-20 21:59:51.000000000 +0100 +@@ -101,7 +101,8 @@ CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@ + #CFLAGS = $(CFLAGS_DEBUG) + #CFLAGS = $(CFLAGS_OPTIMIZE) + #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) +-CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@ ++#CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@ ++CFLAGS = @CFLAGS@ + + # Flags to pass to the linker + LDFLAGS_DEBUG = @LDFLAGS_DEBUG@ +@@ -745,7 +746,7 @@ install-binaries: binaries + fi + @EXTRA_INSTALL_BINARIES@ + +-install-libraries: libraries $(INSTALL_TZDATA) install-msgs ++install-libraries: libraries + @for i in "$(INCLUDE_INSTALL_DIR)" "$(SCRIPT_INSTALL_DIR)"; \ + do \ + if [ ! -d "$$i" ] ; then \ -- cgit v1.2.3