patches/sqlite3-01-using-mapfile.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17594 394e4cd424f2
child 21448 b189d923dca7
child 22229 0cf6cb830ff9
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
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