forked from pool/sqlite3
- Package the Tcl bindings here again so that we only ship one copy of SQLite (bsc#1195773). - Use dynamic linking for the sqlite3 shell. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=278
15 lines
438 B
Diff
15 lines
438 B
Diff
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -655,9 +655,9 @@ libtclsqlite3.la: tclsqlite.lo libsqlite
|
|
-version-info "8:6:8" \
|
|
-avoid-version
|
|
|
|
-sqlite3$(TEXE): shell.c sqlite3.c
|
|
+sqlite3$(TEXE): shell.c libsqlite3.la sqlite3.h
|
|
$(LTLINK) $(READLINE_FLAGS) $(SHELL_OPT) -o $@ \
|
|
- shell.c sqlite3.c \
|
|
+ shell.c libsqlite3.la \
|
|
$(LIBREADLINE) $(TLIBS) -rpath "$(libdir)"
|
|
|
|
sqldiff$(TEXE): $(TOP)/tool/sqldiff.c sqlite3.lo sqlite3.h
|