]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
vim: Do not strip binaries during install
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 12 Mar 2023 09:53:20 +0000 (10:53 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Mar 2023 14:37:30 +0000 (14:37 +0000)
We need the symbols for our hardening checks. They anyway will be
stripped afterwards and packed into the debuginfo packages.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
vim/vim.nm

index d1a86190f5e89682653edae7d2f37d50bf76758a..7efb260e010a2c5013526d391b33ef4b1cd9b1cd 100644 (file)
@@ -8,7 +8,7 @@ major_ver  = 8
 minor_ver  = 0
 patchlevel = 1184
 version    = %{major_ver}.%{minor_ver}.%{patchlevel}
-release    = 1
+release    = 2
 
 groups     = Applications/Editors
 url        = http://www.vim.org
@@ -44,6 +44,9 @@ build
                echo '#define SYS_VIMRC_FILE "%{sysconfdir}/vimrc"' >> src/feature.h
        end
 
+       make_install_targets += \
+               STRIP=/usr/bin/true
+
        install_cmds
                ln -sfv vim %{BUILDROOT}%{bindir}/vi