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/sqlite/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/sqlite/patches')
-rw-r--r-- | package/sqlite/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/sqlite/patches/patch-Makefile_in b/package/sqlite/patches/patch-Makefile_in new file mode 100644 index 000000000..ee30a61ba --- /dev/null +++ b/package/sqlite/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- sqlite-3.6.20.orig/Makefile.in 2009-10-30 14:34:59.000000000 +0100 ++++ sqlite-3.6.20/Makefile.in 2009-11-20 21:44:49.000000000 +0100 +@@ -688,7 +688,7 @@ status.lo: $(TOP)/src/status.c $(HDR) + $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/status.c + + sqlite3.h: $(TOP)/src/sqlite.h.in $(TOP)/manifest.uuid $(TOP)/VERSION +- tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h ++ #tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h + + table.lo: $(TOP)/src/table.c $(HDR) + $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/table.c |