]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4883 --resolve I can add this but if it leads to issues in the loaded code we...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Nov 2012 15:00:03 +0000 (09:00 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Nov 2012 15:00:03 +0000 (09:00 -0600)
Makefile.am
libs/sqlite/Makefile.in

index f1e98e05e173820397e82f5e08caf55ab85890af..6e08f68a05dca581a2661532b2b12884b6911c0a 100644 (file)
@@ -472,7 +472,7 @@ libs/speex/libspeex/libspeexdsp.la: libs/speex/.update
 
 libs/sqlite/libsqlite3.la: libs/sqlite libs/sqlite/.update
        touch src/include/switch.h
-       @cd libs/sqlite && $(MAKE) CFLAGS="$(SWITCH_AM_CFLAGS)"
+       @cd libs/sqlite && $(MAKE) CFLAGS="$(SWITCH_AM_CFLAGS)" LIBREADLINE="-lreadline -lncurses -ldl"
        @$(TOUCH_TARGET)
 
 libs/pcre/libpcre.la: libs/pcre libs/pcre/.update
index 1d01aadf34a670e9a0e971085eb49ae244bb0405..01ff7496a90fb475bc2f62fbf6daf928dec91a73 100644 (file)
@@ -116,7 +116,7 @@ NAWK = @AWK@
 
 # You should not have to change anything below this line
 ###############################################################################
-TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1
+#TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1
 
 # Object files for the SQLite library.
 #