mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
pass in linker flags too
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user