packages/net/xsupplicant/patches/001-no-lfl.patch
nico d19ec5d454 refresh patches before applying upcoming fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13971 3c298f89-4303-0410-b956-a3cf2f4a3e73
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