]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
pass in linker flags too
authorMichael Jerris <mike@jerris.com>
Mon, 24 Feb 2014 19:47:04 +0000 (14:47 -0500)
committerMichael Jerris <mike@jerris.com>
Mon, 24 Feb 2014 19:47:04 +0000 (14:47 -0500)
libs/sqlite/configure.ac

index 3522235852d1731d0121173459c4f9a28e61e2ea..094548bc71f51f8d2e8176c527df53cf7d331812 100644 (file)
@@ -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)