Branch oldpackages for 14.07
[14.07/packages.git] / net / xsupplicant / patches / 001-no-lfl.patch
1 --- a/configure
2 +++ b/configure
3 @@ -3259,7 +3259,7 @@ if test "$LEX" = :; then
4  fi
5   if test -n "$LEX"; then
6         LFLAGS="$LFLAGS -i"
7 -       MORELIBS="${MORELIBS} -lfl"
8 +
9   fi
10  
11  ac_ext=c
12 --- a/configure.in
13 +++ b/configure.in
14 @@ -18,7 +18,7 @@ AC_PROG_YACC
15  AM_PROG_LEX
16   if test -n "$LEX"; then
17         LFLAGS="$LFLAGS -i"
18 -       MORELIBS="${MORELIBS} -lfl"
19 +
20   fi 
21  
22  AC_HEADER_STDC