[packages/jitterentropy] don't strip debug symbols

atler atler at pld-linux.org
Thu May 6 21:19:32 CEST 2021


commit fa5b98f962336b4a7682e3b2d22e8d469a8b9488
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu May 6 21:18:52 2021 +0200

    don't strip debug symbols

 jitterentropy.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/jitterentropy.spec b/jitterentropy.spec
index cabaf6c..d9026cd 100644
--- a/jitterentropy.spec
+++ b/jitterentropy.spec
@@ -49,7 +49,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install install-static \
 	DESTDIR=$RPM_BUILD_ROOT \
 	PREFIX="%{_prefix}" \
-	LIBDIR="%{_lib}"
+	LIBDIR="%{_lib}" \
+	INSTALL_STRIP=install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jitterentropy.git/commitdiff/fa5b98f962336b4a7682e3b2d22e8d469a8b9488



More information about the pld-cvs-commit mailing list