Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37863974
en ru br
ALT Linux repos
S:2.0.13-alt1
5.0: 1.5.15-alt1
4.1: 1.5-alt1
4.0: 1.5-alt1

Group :: System/Libraries
RPM: klibc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: klibc-2.0.8-alt2.patch
Download


 klcc/Kbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/klcc/Kbuild b/klcc/Kbuild
index 0e625802..eae753ff 100644
--- a/klcc/Kbuild
+++ b/klcc/Kbuild
@@ -35,7 +35,7 @@ targets := $(KLIBCCROSS)klcc
 quiet_cmd_klcc = GEN     $@
       cmd_klcc = $(PERL) $< $(srctree)/$(src)/klcc.in \
                             $(obj)/$(KLIBCCROSS)klibc.config \
-                            $(shell command -v $(PERL)) \
+                            $(shell bash -c 'type -p $(PERL)') \
 			      > $@ || ( rm -f $@ ; exit 1 ) && \
 			      chmod a+x $@
 $(obj)/$(KLIBCCROSS)klcc: $(src)/makeklcc.pl $(src)/klcc.in \
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin