Files
sablink-distro/dev-libs/klibc/files/klibc-1.5.7-strip-fix-dash-s.patch
T
Ettore Di Giacinto c35dd651eb dev-libs/klibc: fork from ::gentoo to build with PIC
Gentoo-Bug: https://bugs.gentoo.org/621848
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-01-25 21:19:22 +01:00

13 lines
420 B
Diff

diff -Naurp klibc-1.5.7-orig/klcc/klcc.in klibc-1.5.7/klcc/klcc.in
--- klibc-1.5.7-orig/klcc/klcc.in 2007-12-03 01:17:26.000000000 +0100
+++ klibc-1.5.7/klcc/klcc.in 2007-12-03 01:18:39.000000000 +0100
@@ -259,7 +259,7 @@ if ( $operation ne '' ) {
unlink(@rmobjs);
if ( $strip && !$rv ) {
- $rv = mysystem($STRIP, @STRIPFLAGS, $output);
+ $rv = mysystem($STRIP, @STRIPFLAGS, $output || 'a.out');
}
}