浏览代码

regen patch

Ralf S. Engelschall 17 年之前
父节点
当前提交
675da343ee
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      sqlite/sqlite.patch

+ 4 - 4
sqlite/sqlite.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
---- Makefile.in.orig	2008-11-06 16:09:33 +0100
-+++ Makefile.in	2008-11-12 19:23:43 +0100
+--- Makefile.in.orig	2008-11-19 00:37:10 +0100
++++ Makefile.in	2008-11-21 09:02:21 +0100
 @@ -184,6 +184,30 @@
  LIBOBJ = $(OBJS$(USE_AMALGAMATION))
  
@@ -32,7 +32,7 @@ Index: Makefile.in
  # All of the source code files.
  #
  SRC = \
-@@ -791,3 +815,38 @@
+@@ -797,3 +821,38 @@
  sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
  	$(TCC) -shared -o $@ sqlite3.def \
  		-Wl,"--strip-all" $(REAL_LIBOBJ)
@@ -73,7 +73,7 @@ Index: Makefile.in
 +
 Index: sqlite3.pc.in
 --- sqlite3.pc.in.orig	2008-11-06 16:07:53 +0100
-+++ sqlite3.pc.in	2008-11-12 19:23:43 +0100
++++ sqlite3.pc.in	2008-11-21 09:02:21 +0100
 @@ -8,6 +8,5 @@
  Name: SQLite
  Description: SQL database engine