986bb445a7
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
13 lines
437 B
Diff
13 lines
437 B
Diff
Index: sqlite-autoconf-3110100/Makefile.am
|
|
===================================================================
|
|
--- sqlite-autoconf-3110100.orig/Makefile.am
|
|
+++ sqlite-autoconf-3110100/Makefile.am
|
|
@@ -3,6 +3,7 @@ AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_
|
|
|
|
lib_LTLIBRARIES = libsqlite3.la
|
|
libsqlite3_la_SOURCES = sqlite3.c
|
|
+libsqlite3_la_LIBADD = -lm
|
|
libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
|
|
|
|
bin_PROGRAMS = sqlite3
|