The changeset I had in my branch - for @namtrac to decide if he wants any of it OBS-URL: https://build.opensuse.org/request/show/367770 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=150
16 lines
597 B
Diff
16 lines
597 B
Diff
Index: sqlite-autoconf-3110100/Makefile.am
|
|
===================================================================
|
|
--- sqlite-autoconf-3110100.orig/Makefile.am
|
|
+++ sqlite-autoconf-3110100/Makefile.am
|
|
@@ -7,8 +7,8 @@ libsqlite3_la_LIBADD = -lm
|
|
libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
|
|
|
|
bin_PROGRAMS = sqlite3
|
|
-sqlite3_SOURCES = shell.c sqlite3.c sqlite3.h
|
|
-sqlite3_LDADD = @READLINE_LIBS@
|
|
+sqlite3_SOURCES = shell.c sqlite3.h
|
|
+sqlite3_LDADD = libsqlite3.la @READLINE_LIBS@
|
|
sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@
|
|
sqlite3_CFLAGS = $(AM_CFLAGS) -DSQLITE_ENABLE_EXPLAIN_COMMENTS
|
|
|