From: Michael Tremer Date: Sat, 11 Mar 2023 17:04:29 +0000 (+0000) Subject: libdb: Do not strip during build time X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50e06e54c46b1f68bc9c50bbdf422400b1b5e5cb;p=people%2Fstevee%2Fipfire-3.x.git 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 --- 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.