OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../sqlite/sqlite-3.6.11-reference.patch
  5. # Copyright (C) 2009 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. #This patch comes from Gentoo, it can be found at:
  17. #http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/files/sqlite-3.6.11-reference.patch?view=markup
  18. --- ./Makefile.in
  19. +++ ./Makefile.in
  20. @@ -163,7 +163,7 @@
  21. # Object files for the SQLite library (non-amalgamation).
  22. #
  23. -OBJS0 = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo \
  24. +OBJS0 = alter.lo analyze.lo attach.lo auth.lo backup.lo bitvec.lo btmutex.lo \
  25. btree.lo build.lo callback.lo complete.lo date.lo \
  26. delete.lo expr.lo fault.lo func.lo global.lo \
  27. hash.lo journal.lo insert.lo legacy.lo loadext.lo \
  28. @@ -518,6 +518,9 @@
  29. auth.lo: $(TOP)/src/auth.c $(HDR)
  30. $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/auth.c
  31. +backup.lo: $(TOP)/src/backup.c $(HDR)
  32. + $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/backup.c
  33. +
  34. bitvec.lo: $(TOP)/src/bitvec.c $(HDR)
  35. $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/bitvec.c