[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2111: force sys/types.h to include lsb/types.h for ssize_t (bug 3778)

Mats Wichmann mats at linuxfoundation.org
Thu May 2 20:48:22 UTC 2013


------------------------------------------------------------
revno: 2111
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Thu 2013-05-02 14:48:22 -0600
message:
  force sys/types.h to include lsb/types.h for ssize_t (bug 3778)
modified:
  headers/sys/types.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/sys/types.h'
--- a/headers/sys/types.h	2013-03-07 15:21:54 +0000
+++ b/headers/sys/types.h	2013-05-02 20:48:22 +0000
@@ -6,6 +6,7 @@
 #include <stddef.h>
 #include <strings.h>
 #include <stdint.h>
+#include <lsb/types.h>
 
 #ifdef __cplusplus
 extern "C" {

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-05-02 15:00:35 +0000
+++ b/package/Makefile	2013-05-02 20:48:22 +0000
@@ -42,11 +42,11 @@
 # Should have leading "."
 # a big number (80-99) is leading up to the next minor spec
 # build_env is version-independent so can wait till late to bump this
-SUB_VERSION=.34
+SUB_VERSION=.35
 
 # 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=3
+RPM_PACKAGE_RELEASE=1
 
 # 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