diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-20 05:05:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-20 05:05:26 +0000 |
commit | 3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02 (patch) | |
tree | 5c84086a8bba7ef8dfdd4cba46e18753e63066b4 /openwrt/package/xsupplicant/patches/001-no-lfl.patch | |
parent | daec54c8466a775d1d944fd15551dbc5f3c8086d (diff) | |
download | mtk-20170518-3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02.zip mtk-20170518-3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02.tar.gz mtk-20170518-3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02.tar.bz2 |
add xsupplicant package (thanks to Florian Fainelli)
SVN-Revision: 2188
Diffstat (limited to 'openwrt/package/xsupplicant/patches/001-no-lfl.patch')
-rw-r--r-- | openwrt/package/xsupplicant/patches/001-no-lfl.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/openwrt/package/xsupplicant/patches/001-no-lfl.patch b/openwrt/package/xsupplicant/patches/001-no-lfl.patch new file mode 100644 index 0000000..9f0ed94 --- /dev/null +++ b/openwrt/package/xsupplicant/patches/001-no-lfl.patch @@ -0,0 +1,24 @@ +diff -ruN xsupplicant-1.2.2-old/configure xsupplicant-1.2.2-new/configure +--- xsupplicant-1.2.2-old/configure 2005-09-14 05:34:54.000000000 +0200 ++++ xsupplicant-1.2.2-new/configure 2005-10-20 06:24:23.000000000 +0200 +@@ -3316,7 +3316,7 @@ + fi + if test -n "$LEX"; then + LFLAGS="$LFLAGS -i" +- MORELIBS="${MORELIBS} -lfl" ++ + fi + + echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 +diff -ruN xsupplicant-1.2.2-old/configure.in xsupplicant-1.2.2-new/configure.in +--- xsupplicant-1.2.2-old/configure.in 2005-09-14 05:34:54.000000000 +0200 ++++ xsupplicant-1.2.2-new/configure.in 2005-10-20 06:23:38.000000000 +0200 +@@ -17,7 +17,7 @@ + AM_PROG_LEX + if test -n "$LEX"; then + LFLAGS="$LFLAGS -i" +- MORELIBS="${MORELIBS} -lfl" ++ + fi + + AC_C_BIGENDIAN([big_endian=true;AC_DEFINE(BIGENDIAN)],[big_endian=false;AC_DEFINE(LILENDIAN)]) |