[packages/glew] don't strip binaries
atler
atler at pld-linux.org
Wed Feb 18 19:13:31 CET 2026
commit 139584b579b8b9eb067810335bc1fe0cc2c35654
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Feb 18 19:13:14 2026 +0100
don't strip binaries
glew.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/glew.spec b/glew.spec
index b5faecc..a954c3c 100644
--- a/glew.spec
+++ b/glew.spec
@@ -66,7 +66,8 @@ Biblioteka statyczna glew.
LDFLAGS="%{rpmldflags}" \
INCDIR=%{_includedir}/GL \
LIBDIR=%{_libdir} \
- PKGDIR=%{_pkgconfigdir}
+ PKGDIR=%{_pkgconfigdir} \
+ STRIP=
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glew.git/commitdiff/139584b579b8b9eb067810335bc1fe0cc2c35654
More information about the pld-cvs-commit
mailing list