x11-misc/slstatus: remove --strip-all linker flag

Closes: https://bugs.gentoo.org/936657
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer 2024-07-28 17:46:31 +02:00
parent b6dd5fbf0b
commit 8b896fc589
No known key found for this signature in database
GPG Key ID: 5568A2DDA60CA297

View File

@ -28,7 +28,7 @@ src_prepare(){
sed -i \
-e "s/ -Os//" \
-e "/^\(LDFLAGS\|CFLAGS\|CPPFLAGS\)/{s| = | += |g;s|-s ||g}" \
-e "/^\(LDFLAGS\|CFLAGS\|CPPFLAGS\)/{s| = | += |g;s| -s||g}" \
-e "/^X11LIB/{s:/usr/X11R6/lib:/usr/$(get_libdir)/X11:}" \
-e '/^X11INC/{s:/usr/X11R6/include:/usr/include/X11:}' \
config.mk || die