You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/hdf5/files/hdf5-1.14.4-0002-Disable-fo...

32 lines
832 B

From 9bcb00e44ce2442db9dcd173e70f8635d7e22c1d Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Sun, 17 Dec 2023 09:26:33 +0000
Subject: [PATCH 2/3] Disable forced stripping
Bug: https://bugs.gentoo.org/665378
Signed-off-by: Sam James <sam@gentoo.org>
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6a3beee..fc44a39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2512,9 +2512,9 @@ case "X-$SYMBOLS" in
AC_MSG_RESULT([yes])
;;
X-no)
- H5_CFLAGS="$H5_CFLAGS $NO_SYMBOLS_CFLAGS"
- H5_CXXFLAGS="$H5_CXXFLAGS $NO_SYMBOLS_CXXFLAGS"
- H5_FCFLAGS="$H5_FCFLAGS $NO_SYMBOLS_FCFLAGS"
+ H5_CFLAGS="$H5_CFLAGS"
+ H5_CXXFLAGS="$H5_CXXFLAGS"
+ H5_FCFLAGS="$H5_FCFLAGS"
AC_MSG_RESULT([no])
;;
*)
--
2.44.0