update xsupplicant to latest upstream version and fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4926 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
net/xsupplicant/patches/003-compile_fix.patch
Normal file
12
net/xsupplicant/patches/003-compile_fix.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ur xsupplicant.old/lib/libxsupgui/Makefile.in xsupplicant.dev/lib/libxsupgui/Makefile.in
|
||||
--- xsupplicant.old/lib/libxsupgui/Makefile.in 2006-04-16 23:20:42.000000000 +0200
|
||||
+++ xsupplicant.dev/lib/libxsupgui/Makefile.in 2006-10-05 14:15:06.009384528 +0200
|
||||
@@ -170,7 +170,7 @@
|
||||
target_alias = @target_alias@
|
||||
with_openssl_libs = @with_openssl_libs@
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
-INCLUDES = ${top_srcdir}/src
|
||||
+INCLUDES = -I${top_srcdir}/src
|
||||
include_HEADERS = xsupgui.h
|
||||
lib_LIBRARIES = libxsupgui.a
|
||||
libxsupgui_a_SOURCES = xsupgui.c
|
Reference in New Issue
Block a user