rpms/xsupplicant/FC-4 xsupplicant-1.2.2-compilefix.patch, NONE, 1.1 xsupplicant.spec, 1.10, 1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Nov 15 15:40:07 UTC 2005


Author: spot

Update of /cvs/extras/rpms/xsupplicant/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12281/FC-4

Modified Files:
	xsupplicant.spec 
Added Files:
	xsupplicant-1.2.2-compilefix.patch 
Log Message:

Try to get this angry badger building.


xsupplicant-1.2.2-compilefix.patch:

--- NEW FILE xsupplicant-1.2.2-compilefix.patch ---
--- xsupplicant-1.2.2/configure.in.BAD	2005-11-15 09:26:02.000000000 -0600
+++ xsupplicant-1.2.2/configure.in	2005-11-15 09:27:02.000000000 -0600
@@ -104,7 +104,7 @@
 	*linux*)
 		AC_MSG_RESULT(linux)
 		AC_DEFINE(LINUX_FRAMER)
-		MORELIBS="${MORELIBS} -lm"
+		MORELIBS="${MORELIBS}"
 		FRAMER="linux"
 		;;
 	*freebsd*)


Index: xsupplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/xsupplicant/FC-4/xsupplicant.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xsupplicant.spec	25 Oct 2005 02:39:52 -0000	1.10
+++ xsupplicant.spec	15 Nov 2005 15:40:05 -0000	1.11
@@ -1,7 +1,7 @@
 Name:		xsupplicant
 Summary:	Open Source Implementation of IEEE 802.1x
 Version:	1.2.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL
 Group:		System Environment/Base
 URL:		http://www.open1x.org/
@@ -10,6 +10,7 @@
 BuildRequires:	openssl-devel, bison, flex, openjade, lynx, jadetex
 BuildRequires:	docbook-dtds, docbook-style-dsssl, wireless-tools
 Patch0:		xsupplicant-1.2.1-docsfix.patch
+Patch1:		xsupplicant-1.2.2-compilefix.patch
 
 %description
 This software allows a GNU/Linux or BSD workstation to authenticate with
@@ -20,6 +21,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 perl -pi.orig -e 's|/lib\b|/%{_lib}|g' configure*
 
@@ -50,6 +52,9 @@
 %{_sbindir}/xsupplicant
 
 %changelog
+* Tue Nov  5 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.2-4
+- compile fix
+
 * Mon Oct 24 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.2-3
 - still need half of the docsfix patch
 




More information about the fedora-extras-commits mailing list