[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/openssl097a/devel libica-1.3.6-no-config-h.patch, NONE, 1.1 openssl097a.spec, 1.3, 1.4



Author: tmraz

Update of /cvs/dist/rpms/openssl097a/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1043

Modified Files:
	openssl097a.spec 
Added Files:
	libica-1.3.6-no-config-h.patch 
Log Message:
- make libica build in brew


libica-1.3.6-no-config-h.patch:
 icalinux.c |    1 -
 sha1.c     |    1 -
 2 files changed, 2 deletions(-)

--- NEW FILE libica-1.3.6-no-config-h.patch ---
--- libica-1.3.6-rc3/src/sha1.c.no-config-h	2005-10-21 17:35:03.000000000 +0200
+++ libica-1.3.6-rc3/src/sha1.c	2006-05-11 14:18:39.000000000 +0200
@@ -355,7 +355,6 @@
 #include <string.h>
 
 #include "platform.h"
-#include <linux/config.h>
 #ifdef __s390__
 #define _LINUX_S390_ 1
 #ifdef _LINUX_S390_
--- libica-1.3.6-rc3/src/icalinux.c.no-config-h	2006-05-11 12:59:23.000000000 +0200
+++ libica-1.3.6-rc3/src/icalinux.c	2006-05-11 14:19:03.000000000 +0200
@@ -384,7 +384,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <linux/config.h>
 
 #ifdef __s390__
 #ifndef _LINUX_S390_


Index: openssl097a.spec
===================================================================
RCS file: /cvs/dist/rpms/openssl097a/devel/openssl097a.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openssl097a.spec	4 Jul 2006 13:47:38 -0000	1.3
+++ openssl097a.spec	4 Jul 2006 14:34:10 -0000	1.4
@@ -43,6 +43,7 @@
 Patch7: openssl-0.9.7-ppc64.patch
 Patch8: openssl-sec3-blinding-0.9.7.patch
 Patch9: openssl-0.9.7a-klima-pokorny-rosa.patch
+Patch10: libica-1.3.6-no-config-h.patch
 Patch11: libica-1.2-cleanup.patch
 Patch12: openssl-0.9.7a-libica-autoconf.patch
 Patch13: openssl-0.9.7a-blinding-threads.patch
@@ -120,6 +121,7 @@
 
 %ifarch s390 s390x
 pushd libica-%{libicaversion}
+%patch10 -p1 -b .no-config-h
 %patch11 -p1 -b .cleanup
 if [[ $RPM_BUILD_ROOT  ]] ; then
         export INSROOT=$RPM_BUILD_ROOT
@@ -391,6 +393,7 @@
 * Tue Jul  4 2006 Tomas Mraz <tmraz redhat com> 0.9.7a-6
 - fix a few rpmlint warnings
 - fix build if 'rand' or 'passwd' in buildroot path (#178782)
+- make libica build in brew
 
 * Fri Feb 10 2006 Jesse Keating <jkeating redhat com> - 0.9.7a-4.2.1
 - bump again for double-long bug on ppc(64)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]