[Lsb-messages] /var/www/bzr/lsb/devel/build_env r1972: temporary hack: add signal.h to hand-edit list (bug 3503)

Mats Wichmann mats at linuxfoundation.org
Tue May 29 20:02:45 UTC 2012


------------------------------------------------------------
revno: 1972
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Tue 2012-05-29 14:02:45 -0600
message:
  temporary hack: add signal.h to hand-edit list (bug 3503)
modified:
  headers/HACKS
  headers/signal.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/HACKS'
--- a/headers/HACKS	2010-09-30 13:11:39 +0000
+++ b/headers/HACKS	2012-05-29 20:02:45 +0000
@@ -3,3 +3,4 @@
 freetype/freetype.h
 freetype/ftimage.h
 freetype/ftsystem.h
+signal.h

=== modified file 'headers/signal.h'
--- a/headers/signal.h	2012-05-19 01:34:53 +0000
+++ b/headers/signal.h	2012-05-29 20:02:45 +0000
@@ -783,6 +783,20 @@
 #endif
 #endif				/* __LSB_VERSION__ >= 2.0 */
 
+/*XXX hand-edit: moved from below _fpstate definition */
+#if __LSB_VERSION__ >= 50
+#if defined __i386__
+/* IA32 */
+    struct _fpx_sw_bytes {
+	unsigned int magic1;
+	unsigned int extended_size;
+	unsigned long long int xstate_bv;
+	unsigned int xstate_size;
+	unsigned long int padding[7];
+    };
+
+#endif
+#endif				/* __LSB_VERSION__ >= 5.0 */
 
 /* FPU state information*/
 #if __LSB_VERSION__ >= 20
@@ -838,6 +852,7 @@
 #endif
 #endif				/* __LSB_VERSION__ >= 2.0 */
 
+#ifdef notdef			/*XXX hand-edit: moved to above _fpstate */
 #if __LSB_VERSION__ >= 50
 #if defined __i386__
 /* IA32 */
@@ -851,6 +866,7 @@
 
 #endif
 #endif				/* __LSB_VERSION__ >= 5.0 */
+#endif
 
 
 /* Process context when signal delivered*/

=== modified file 'package/Makefile'
--- a/package/Makefile	2012-05-29 16:42:13 +0000
+++ b/package/Makefile	2012-05-29 20:02:45 +0000
@@ -46,7 +46,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=11
+RPM_PACKAGE_RELEASE=12
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list