From 50e06e54c46b1f68bc9c50bbdf422400b1b5e5cb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Mar 2023 17:04:29 +0000 Subject: [PATCH] libdb: Do not strip during build time We need the debug symbols for our hardening checks and anyway will strip them later for the debuginfo packages. Signed-off-by: Michael Tremer --- libdb/libdb.nm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libdb/libdb.nm b/libdb/libdb.nm index 7b7a3a940..ed20767cd 100644 --- a/libdb/libdb.nm +++ b/libdb/libdb.nm @@ -8,7 +8,7 @@ version_major = 6 version_minor = 1 version_patch = 26 version = %{version_major}.%{version_minor}.%{version_patch} -release = 2 +release = 3 thisapp = db-%{version} soversion = %{version_major}.%{version_minor} @@ -65,7 +65,8 @@ build --enable-cxx \ --enable-sql \ --disable-static \ - --disable-rpath + --disable-rpath \ + STRIP=: install_cmds # Remove RPATH in all binaries. -- 2.47.3