patches/sqlite3-02-using-libcurses.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 22229 0cf6cb830ff9
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22229
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
     1
--- a/Makefile.am.orig	2011-03-29 15:44:46.468935251 +0800
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
     2
+++ b/Makefile.am	2011-03-29 15:50:12.071188848 +0800
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
     3
@@ -8,6 +8,7 @@
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
     4
 bin_PROGRAMS = sqlite3
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
     5
 sqlite3_SOURCES = shell.c sqlite3.h
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
     6
 sqlite3_LDADD = $(top_builddir)/libsqlite3.la @READLINE_LIBS@
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
     7
+sqlite3_LDFLAGS = -Wl,-zrecord
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
     8
 sqlite3_DEPENDENCIES = $(top_builddir)/libsqlite3.la
17794
2d8032924667 2010-04-06 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     9
 
22229
0cf6cb830ff9 Fix for the CR 7092721 - Upgrade sqlite to version 3.7.5
rohinis
parents: 17794
diff changeset
    10
 include_HEADERS = sqlite3.h sqlite3ext.h