File xsupplicant-1.2.8-shared.patch of Package xsupplicant
Index: lib/libxsupconfcheck/Makefile.am
===================================================================
--- lib/libxsupconfcheck/Makefile.am.orig 2006-01-21 18:46:00.000000000 +0100
+++ lib/libxsupconfcheck/Makefile.am 2009-04-21 23:01:27.000000000 +0200
@@ -2,5 +2,5 @@ AUTOMAKE_OPTIONS=foreign no-dependencies
INCLUDES = -I ${top_srcdir}/lib/libxsupconfig
include_HEADERS = xsupconfcheck.h
-lib_LIBRARIES = libxsupconfcheck.a
-libxsupconfcheck_a_SOURCES = xsupconfcheck.c
+lib_LTLIBRARIES = libxsupconfcheck.la
+libxsupconfcheck_la_SOURCES = xsupconfcheck.c
Index: lib/libxsupconfig/Makefile.am
===================================================================
--- lib/libxsupconfig/Makefile.am.orig 2006-01-21 18:46:01.000000000 +0100
+++ lib/libxsupconfig/Makefile.am 2009-04-21 23:02:01.000000000 +0200
@@ -4,5 +4,5 @@ CLEANFILES=config_grammar.c config_lexic
INCLUDES = -I ${top_srcdir}/src
include_HEADERS = xsupconfig.h
-lib_LIBRARIES = libxsupconfig.a
-libxsupconfig_a_SOURCES = config_grammar.y config_lexicon.l xsupconfig.c
+lib_LTLIBRARIES = libxsupconfig.la
+libxsupconfig_la_SOURCES = config_grammar.y config_lexicon.l xsupconfig.c
Index: lib/libxsupconfwrite/Makefile.am
===================================================================
--- lib/libxsupconfwrite/Makefile.am.orig 2005-11-14 19:06:55.000000000 +0100
+++ lib/libxsupconfwrite/Makefile.am 2009-04-21 23:02:32.000000000 +0200
@@ -2,5 +2,5 @@ AUTOMAKE_OPTIONS=foreign no-dependencies
INCLUDES = -I ${top_srcdir}/lib/libxsupconfig
include_HEADERS = xsupconfwrite.h
-lib_LIBRARIES = libxsupconfwrite.a
-libxsupconfwrite_a_SOURCES = xsupconfwrite.c
+lib_LTLIBRARIES = libxsupconfwrite.la
+libxsupconfwrite_la_SOURCES = xsupconfwrite.c
Index: lib/libxsupgui/Makefile.am
===================================================================
--- lib/libxsupgui/Makefile.am.orig 2005-10-26 20:51:08.000000000 +0200
+++ lib/libxsupgui/Makefile.am 2009-04-21 23:02:58.000000000 +0200
@@ -3,5 +3,5 @@ AUTOMAKE_OPTIONS=foreign no-dependencies
INCLUDES = ${top_srcdir}/src
include_HEADERS = xsupgui.h
-lib_LIBRARIES = libxsupgui.a
-libxsupgui_a_SOURCES = xsupgui.c
+lib_LTLIBRARIES = libxsupgui.la
+libxsupgui_la_SOURCES = xsupgui.c
Index: configure.in
===================================================================
--- configure.in.orig 2006-10-07 20:02:55.000000000 +0200
+++ configure.in 2009-04-21 23:03:18.000000000 +0200
@@ -3,7 +3,7 @@ AC_PREREQ(1.5)
AM_INIT_AUTOMAKE(xsupplicant, 1.2.8)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
-AC_PROG_RANLIB
+AC_PROG_LIBTOOL
AC_PROG_CC
if test -n "$GCC"; then
CFLAGS="$CFLAGS -Wall "