[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2112: force sys/param.h to include limits.h (bug 3779)

Mats Wichmann mats at linuxfoundation.org
Thu May 2 20:50:57 UTC 2013


------------------------------------------------------------
revno: 2112
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Thu 2013-05-02 14:50:57 -0600
message:
  force sys/param.h to include limits.h (bug 3779)
modified:
  headers/sys/param.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/sys/param.h'
--- a/headers/sys/param.h	2008-07-08 14:28:34 +0000
+++ b/headers/sys/param.h	2013-05-02 20:50:57 +0000
@@ -2,6 +2,7 @@
 #ifndef _SYS_PARAM_H_
 #define _SYS_PARAM_H_
 
+#include <limits.h>
 
 #ifdef __cplusplus
 extern "C" {

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-05-02 20:48:22 +0000
+++ b/package/Makefile	2013-05-02 20:50:57 +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=1
+RPM_PACKAGE_RELEASE=2
 
 # 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