]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libdb: Do not strip during build time
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Mar 2023 17:04:29 +0000 (17:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Mar 2023 14:43:57 +0000 (14:43 +0000)
We need the debug symbols for our hardening checks and anyway
will strip them later for the debuginfo packages.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libdb/libdb.nm

index 7b7a3a940e99c80d79ad7e7ea4e095d08a7e6bb4..ed20767cde881553000245938724773468f62d19 100644 (file)
@@ -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.