rpms/newscache/devel socket++-1.12.12-autotools.patch, NONE, 1.1 newscache.spec, 1.14, 1.15 socket++-1.12.12-libtool2.patch, 1.1, NONE

Dmitry Butskoy buc at fedoraproject.org
Mon Jan 5 20:14:57 UTC 2009


Author: buc

Update of /cvs/extras/rpms/newscache/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20032

Modified Files:
	newscache.spec 
Added Files:
	socket++-1.12.12-autotools.patch 
Removed Files:
	socket++-1.12.12-libtool2.patch 
Log Message:


socket++-1.12.12-autotools.patch:

--- NEW FILE socket++-1.12.12-autotools.patch ---
diff -Nrbu socket++-1.12.12/configure.in socket++-1.12.12-OK/configure.in
--- socket++-1.12.12/configure.in	2009-01-05 22:59:07.000000000 +0300
+++ socket++-1.12.12-OK/configure.in	2009-01-05 23:02:47.000000000 +0300
@@ -137,17 +137,6 @@
 # include <unistd.h>
 # include <sys/signal.h>
 
-  void sigh (int s, int c, void* p, void* a) {}
-  ], [
-  typedef RETSIGTYPE (*funcptr) (...);
-  struct sigaction sa;
-  sa.sa_handler = funcptr (&sigh);
-  ],
-  socketxx_cv_sighnd_argtype=...,
-  AC_TRY_COMPILE([
-#   include <unistd.h>
-#   include <sys/signal.h>
-
     void sigh (int s, int c, void* p, void* a);
     ], [
     typedef RETSIGTYPE (*funcptr) (int);
@@ -155,7 +144,7 @@
     sa.sa_handler = funcptr (&sigh);
     ],
     socketxx_cv_sighnd_argtype=int,
-    socketxx_cv_sighnd_argtype=void)) ])
+  socketxx_cv_sighnd_argtype=void) ])
 AC_LANG_RESTORE
 AC_DEFINE_UNQUOTED(SIGHND_ARGTYPE, $socketxx_cv_sighnd_argtype)
 AC_MSG_RESULT($socketxx_cv_sighnd_argtype)


Index: newscache.spec
===================================================================
RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- newscache.spec	5 Jan 2009 17:37:40 -0000	1.14
+++ newscache.spec	5 Jan 2009 20:14:26 -0000	1.15
@@ -14,7 +14,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch1:		newscache-1.2rc6-config.patch
 Patch2:		newscache-1.2rc6-gcc43.patch
-Patch3:		socket++-1.12.12-libtool2.patch
+Patch3:		socket++-1.12.12-autotools.patch
 BuildRequires:	libtool, texinfo, pam-devel
 
 Requires(pre): shadow-utils
@@ -51,6 +51,7 @@
 # to ship it separately.
 
 pushd socket++-%{socketver}
+autoupdate
 ./autogen
 %configure --enable-static --disable-shared
 make


--- socket++-1.12.12-libtool2.patch DELETED ---




More information about the fedora-extras-commits mailing list