components/sqlite-3/patches/sqlite3-01-using-mapfile.patch
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 03 May 2016 17:42:42 -0700
changeset 5915 9a9d3be0766e
parent 5421 7c37e32758f1
permissions -rw-r--r--
23210440 w3m fails to build on userland nightly (99)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     1
# Fix needed for Firefox
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     2
# Need to determine if these changes are still applicable to the latest version,
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     3
# and if so, then submit them upstream. 
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5182
diff changeset
     4
--- sqlite-autoconf-3090200/Makefile.am.orig	2015-12-21 15:29:12.245364514 +0530
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5182
diff changeset
     5
+++ sqlite-autoconf-3090200/Makefile.am	2015-12-21 15:29:36.374953130 +0530
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5182
diff changeset
     6
@@ -3,7 +3,7 @@ AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     7
 
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     8
 lib_LTLIBRARIES = libsqlite3.la
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     9
 libsqlite3_la_SOURCES = sqlite3.c
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    10
-libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    11
+libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8 -Wl,-M,mapfile-libsqlite3
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    12
 
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    13
 bin_PROGRAMS = sqlite3
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5182
diff changeset
    14
 sqlite3_SOURCES = shell.c sqlite3.c sqlite3.h