openwrt_archive/net/xsupplicant/patches/001-no-lfl.patch
Nicolas Thill 166634e6b3 refresh patches before applying upcoming fix
SVN-Revision: 13971
2009-01-11 01:55:25 +00:00

23 lines
390 B
Diff

--- a/configure
+++ b/configure
@@ -3259,7 +3259,7 @@ if test "$LEX" = :; then
fi
if test -n "$LEX"; then
LFLAGS="$LFLAGS -i"
- MORELIBS="${MORELIBS} -lfl"
+
fi
ac_ext=c
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_PROG_YACC
AM_PROG_LEX
if test -n "$LEX"; then
LFLAGS="$LFLAGS -i"
- MORELIBS="${MORELIBS} -lfl"
+
fi
AC_HEADER_STDC