1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Remove settings that make the build unreproducible.
Updating previous patch
Author: Alastair McKinstry <mckinstry@debian.org>
Bug-Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926421
Forwarded: no
Last-Updated: 2020-09-08
Index: netcdf-parallel-4.7.4/libnetcdf.settings.in
===================================================================
--- netcdf-parallel-4.7.4.orig/libnetcdf.settings.in
+++ netcdf-parallel-4.7.4/libnetcdf.settings.in
@@ -5,15 +5,12 @@
-------
NetCDF Version: @PACKAGE_VERSION@
Dispatch Version: @NC_DISPATCH_VERSION@
-Configured On: @CONFIG_DATE@
-Host System: @host_cpu@-@host_vendor@-@host_os@
Build Directory: @abs_top_builddir@
Install Prefix: @prefix@
# Compiling Options
-----------------
C Compiler: @CC_VERSION@
-CFLAGS: @CFLAGS@
CPPFLAGS: @CPPFLAGS@
LDFLAGS: @LDFLAGS@
AM_CFLAGS: @AM_CFLAGS@
|