Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:16.0:FactoryCandidates
librsb
reproducible.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproducible.patch of Package librsb
Author: Bernhard M. Wiedemann <bwiedemann suse de> Date: 2018-07-12 When setting an explicit memory hierarchy at configure time, the autodetected one will never be used, so we do not need to store it. This allows for building identical librsb packages on different hosts. See https://reproducible-builds.org/ for why this is good. --- configure | 2 ++ configure.ac | 2 ++ 2 files changed, 4 insertions(+) Index: librsb-1.3.0.2/configure =================================================================== --- librsb-1.3.0.2.orig/configure +++ librsb-1.3.0.2/configure @@ -26175,9 +26175,11 @@ cat >>confdefs.h <<_ACEOF _ACEOF +if test "x$memhinfo" = x; then cat >>confdefs.h <<_ACEOF #define RSB_DETECTED_MEM_HIERARCHY_INFO "$RSB_DETECTED_MEM_HIERARCHY_INFO" _ACEOF +fi cat >>confdefs.h <<_ACEOF Index: librsb-1.3.0.2/configure.ac =================================================================== --- librsb-1.3.0.2.orig/configure.ac +++ librsb-1.3.0.2/configure.ac @@ -632,7 +632,9 @@ if test "x${detected_memhinfo}" = x -a " memhinfo="${FALLBACK_MEM_HIERARCHY_INFO}" fi AC_SUBST([RSB_USER_SET_MEM_HIERARCHY_INFO],"${memhinfo}") +if test "x$memhinfo" = x; then AC_SUBST([RSB_DETECTED_MEM_HIERARCHY_INFO],"${detected_memhinfo}") +fi dnl AC_DEFINE([RSB_USER_SET_MEM_HIERARCHY_INFO],[$memhinfo],[If not null, the library will rely on this for memory hierarchy info.]) dnl dnl
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor