diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-22 11:36:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-22 11:36:13 +0100 |
commit | 15f7f8f402eab5b7cd03094c358435c4c880b5b6 (patch) | |
tree | dcad0212391e8a9fbb89423d8b9b58ba6466420c /package/tcl/patches | |
parent | 79d3532b0f8f04ec07788c997b24162cdaab8b26 (diff) |
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)
Diffstat (limited to 'package/tcl/patches')
-rw-r--r-- | package/tcl/patches/patch-unix_Makefile_in | 21 |
1 files changed, 21 insertions, 0 deletions
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 \ |