From d5a5418a0392b8bc47c02aee30b485d66900de50 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Mar 2023 16:56:01 +0000 Subject: [PATCH] ncurses: Avoid stripping the symbols from binaries Do not strip any symbols from the binaries during build time. We need those for our hardening checks and will do the stripping for the debuginfo packages afterwards. Signed-off-by: Michael Tremer --- ncurses/ncurses.nm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ncurses/ncurses.nm b/ncurses/ncurses.nm index f4a424d8e..9dc981af6 100644 --- a/ncurses/ncurses.nm +++ b/ncurses/ncurses.nm @@ -5,7 +5,7 @@ name = ncurses version = 6.3 -release = 2 +release = 3 thisapp = %{name}-%{version} groups = System/Base @@ -39,7 +39,8 @@ build --with-terminfo-dirs=%{sysconfdir}/terminfo:%{datadir}/terminfo \ --enable-overwrite \ --enable-pc-files \ - --with-termlib=tinfo + --with-termlib=tinfo \ + --disable-stripping export PKG_CONFIG_LIBDIR=%{libdir}/pkgconfig -- 2.39.2