rpms/util-vserver/devel util-vserver.spec,1.45,1.46

Enrico Scholz ensc at fedoraproject.org
Sun Oct 19 09:23:04 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/util-vserver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23284

Modified Files:
	util-vserver.spec 
Log Message:
disabled dietlibc for ppc64 again


Index: util-vserver.spec
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/devel/util-vserver.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- util-vserver.spec	19 Oct 2008 09:11:04 -0000	1.45
+++ util-vserver.spec	19 Oct 2008 09:22:33 -0000	1.46
@@ -4,7 +4,13 @@
 
 ## Fedora Extras specific customization below...
 
+%ifarch ppc64
+## fails because '__sigsetjmp' and '__longjmp' are undefined
+%bcond_with		dietlibc
+%else
 %bcond_without		dietlibc
+%endif
+
 %bcond_with		xalan
 
 ##
@@ -362,7 +368,6 @@
 %changelog
 * Sat Oct 18 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.215-6
 - rebuilt with recent dietlibc
-- reenabled dietlibc for PPC64
 
 * Sat Oct 18 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.215-5
 - fixed build with recent rpm




More information about the scm-commits mailing list