summaryrefslogtreecommitdiffstats
path: root/net/xsupplicant/patches/001-no-lfl.patch
blob: 7110814e0634f4aebd83cf2b2e09ef8d2e4d4824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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