rpms/gsoap/F-8 no_locale.patch,NONE,1.1 gsoap.spec,1.10,1.11

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Thu Feb 21 23:22:55 UTC 2008


Author: matt

Update of /cvs/pkgs/rpms/gsoap/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11948

Modified Files:
	gsoap.spec 
Added Files:
	no_locale.patch 
Log Message:
stop configure from checking for locale functions, going to let upstream decide if they want to compile with _GNU_SOURCE to get the functions

no_locale.patch:

--- NEW FILE no_locale.patch ---
diff -upN gsoap-2.7/configure.in gsoap-2.7-mf/configure.in
--- gsoap-2.7/configure.in	2008-01-27 15:02:36.000000000 -0600
+++ gsoap-2.7-mf/configure.in	2008-02-21 16:58:09.000000000 -0600
@@ -89,7 +89,7 @@ AC_FUNC_MKTIME
 AC_TYPE_SIGNAL
 AC_FUNC_STRFTIME
 AC_FUNC_STRTOD
-AC_CHECK_FUNCS([random gettimeofday ftime localtime_r timegm gmtime gmtime_r memset select socket strchr strerror strrchr strstr strtol strtoul strtoll strtoull strtold strtod strtof strtold_l strtod_l strtof_l sscanf sscanf_l sprintf_l wctomb mbtowc])
+AC_CHECK_FUNCS([random gettimeofday ftime localtime_r timegm gmtime gmtime_r memset select socket strchr strerror strrchr strstr strtol strtoul strtoll strtoull strtold strtod strtof wctomb mbtowc])
 
 dnl Function test depending on platform
 dnl AIX Has incompatible gethostbyname_r


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/F-8/gsoap.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gsoap.spec	21 Feb 2008 21:55:19 -0000	1.10
+++ gsoap.spec	21 Feb 2008 23:22:19 -0000	1.11
@@ -10,6 +10,7 @@
 Patch1: use_libtool-2.7.10.patch
 Patch2: install_soapcpp2_wsdl2h_aux-2.7.10.patch
 Patch3: 2.7.10-upd.patch
+Patch4: no_locale.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: flex
@@ -60,6 +61,10 @@
 # definition, and xsd_dateTime timezone processing for WS-I
 %patch3 -p1
 
+# using locale functions in glibc is experimental, so this patch stops
+# testing for them so they won't be used
+%patch4 -p1
+
 # a number of ~ files are distribute, but we do not want them
 find . -name "*~" -exec rm {} \;
 
@@ -258,6 +263,8 @@
   WS-I
 - Removed tru64_hp_ux patches, they are present in upstream's upd
   patch
+- Added no_locale.patch to stop configure from checking for locale
+  version of functions
 
 * Mon Feb 18 2008  <mfarrellee at redhat> - 2.7.10-2
 - Removed --disable-namespaces from configure, result is code compiled




More information about the fedora-extras-commits mailing list