From: Michael Jerris Date: Mon, 24 Feb 2014 19:47:04 +0000 (-0500) Subject: pass in linker flags too X-Git-Tag: v1.5.8~25^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c100cc8d3527962f9b93d7a2e19bae679c035e0;p=thirdparty%2Ffreeswitch.git pass in linker flags too --- diff --git a/libs/sqlite/configure.ac b/libs/sqlite/configure.ac index 3522235852..094548bc71 100644 --- a/libs/sqlite/configure.ac +++ b/libs/sqlite/configure.ac @@ -635,7 +635,7 @@ else AC_SEARCH_LIBS(tgetent, [readline ncurses curses termcap]) AC_CHECK_LIB([readline], [readline]) AC_CHECK_LIB([dl], [dlopen]) - TARGET_READLINE_LIBS="$LIBS" + TARGET_READLINE_LIBS="$LDFLAGS $LIBS" fi AC_SUBST(TARGET_READLINE_LIBS)