patches/sqlite3-01-using-mapfile.diff
author hawklu
Thu, 17 Feb 2011 05:24:07 +0000
branchgnome-2-30
changeset 21448 b189d923dca7
parent 17594 394e4cd424f2
child 21716 40a04b40a6e5
permissions -rw-r--r--
2011-02-17 Brian Lu <[email protected]> * specs/SUNWsqlite3.spec: * base-specs/sqlite.spec: * base-specs/sqlitetcl.spec: * ext-sources/mapfile-libsqlite3: * patches/sqlite3-01-using-mapfile.diff: * patches/sqlite3tcl-01-using-LD.diff: Bump to 3.7.5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21448
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     1
--- sqlite-autoconf-3070500/Makefile.in.orig	2011-02-09 14:45:22.898358781 +0800
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     2
+++ sqlite-autoconf-3070500/Makefile.in	2011-02-09 14:46:24.306220296 +0800
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     3
@@ -288,7 +288,7 @@
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     4
 	  rm -f "$${dir}/so_locations"; \
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     5
 	done
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     6
 libsqlite3.la: $(libsqlite3_la_OBJECTS) $(libsqlite3_la_DEPENDENCIES) 
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     7
-	$(LINK) -rpath $(libdir) $(libsqlite3_la_LDFLAGS) $(libsqlite3_la_OBJECTS) $(libsqlite3_la_LIBADD) $(LIBS)
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     8
+	$(LINK) -rpath $(libdir) $(libsqlite3_la_LDFLAGS) $(libsqlite3_la_OBJECTS) $(libsqlite3_la_LIBADD) $(LIBS) -Wl,-M,mapfile-libsqlite3
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
     9
 install-binPROGRAMS: $(bin_PROGRAMS)
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
    10
 	@$(NORMAL_INSTALL)
b189d923dca7 2011-02-17 Brian Lu <[email protected]>
hawklu
parents: 17594
diff changeset
    11
 	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"