patches/sqlite3-01-using-mapfile.diff
author hawklu
Thu, 25 Feb 2010 09:24:56 +0000
changeset 17594 394e4cd424f2
child 21448 b189d923dca7
child 22229 0cf6cb830ff9
permissions -rw-r--r--
2010-02-25 Brian Lu <[email protected]> * SUNWsqlite3.spec: * base-specs/sqlite.spec: * copyright/SUNWsqlite3.copyright: * ext-sources/mapfile-libsqlite3: * manpages/Makefile: * manpages/man1/sqlite3.1: * patches/sqlite3-01-using-mapfile.diff: Ship sqlite3 packages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17594
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     1
--- sqlite-3.6.17/Makefile.in.old	2010-01-21 17:09:24.462557000 +0800
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     2
+++ sqlite-3.6.17/Makefile.in	2010-01-25 16:43:36.314568000 +0800
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     3
@@ -463,6 +463,7 @@
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     4
 
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     5
 libsqlite3.la:	$(LIBOBJ)
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     6
 	$(LTLINK) -o $@ $(LIBOBJ) $(TLIBS) \
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     7
+	 -Wc,-M,mapfile-libsqlite3 \
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     8
 		${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8"
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     9
 
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    10
 libtclsqlite3.la:	tclsqlite.lo libsqlite3.la