]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- match PLD rpm strip options
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 2 Jul 2021 07:55:24 +0000 (09:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 2 Jul 2021 07:55:24 +0000 (09:55 +0200)
kernel.spec

index bacd421afd03770263a031481cbd73eb91586050..9b445af5c5ba49b44a67dba2ac974c283e07a539 100644 (file)
@@ -968,7 +968,7 @@ rm -rf $RPM_BUILD_ROOT
        %{?with_verbose:V=1} \
        DEPMOD=%{DepMod} \
        INSTALL_MOD_PATH=$RPM_BUILD_ROOT \
-       INSTALL_MOD_STRIP=1 \
+       INSTALL_MOD_STRIP="--strip-debug --remove-section=.comment --remove-section=.note.GNU-stack" \
        KERNELRELEASE=%{kernel_release}
 
 %ifarch %{arm} aarch64
This page took 0.256784 seconds and 4 git commands to generate.