4 changed files with 23 additions and 17 deletions
@ -2,7 +2,7 @@
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../perl/install.patch.cross |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# Copyright (C) 2009 - 2010 The OpenSDE Project |
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
@ -21,19 +21,28 @@ Some cross compile hacks.
|
||||
Skip man page installation, requires Fcntl extension in miniperl module |
||||
- Michael Tross <[email protected]> |
||||
|
||||
diff -Nur perl-5.10.0-orig/Makefile.SH perl-5.10.0/Makefile.SH |
||||
--- perl-5.10.0-orig/Makefile.SH 2009-08-04 11:06:32.000000000 +0300 |
||||
+++ perl-5.10.0/Makefile.SH 2009-08-04 11:09:39.000000000 +0300 |
||||
@@ -482,7 +482,7 @@ |
||||
\$(RUN) ./generate_uudmap\$(EXE_EXT) >uudmap.h |
||||
diff -Nur perl-5.10.1-orig/Makefile.SH perl-5.10.1/Makefile.SH |
||||
--- perl-5.10.1-orig/Makefile.SH 2010-12-16 14:20:45.912059387 +0100 |
||||
+++ perl-5.10.1/Makefile.SH 2010-12-16 14:36:55.804059386 +0100 |
||||
@@ -601,7 +601,7 @@ |
||||
\$(RUN) ./generate_uudmap\$(HOST_EXE_EXT) >uudmap.h |
||||
|
||||
generate_uudmap\$(EXE_EXT): generate_uudmap\$(OBJ_EXT) |
||||
- \$(CC) -o generate_uudmap \$(LDFLAGS) generate_uudmap\$(OBJ_EXT) \$(libs) |
||||
generate_uudmap\$(HOST_EXE_EXT): generate_uudmap\$(OBJ_EXT) |
||||
- \$(CC) -o generate_uudmap\$(EXE_EXT) \$(LDFLAGS) generate_uudmap\$(OBJ_EXT) \$(libs) |
||||
+ \$(HOSTCC) -o generate_uudmap \$(LDFLAGS) generate_uudmap.c \$(libs) |
||||
|
||||
!GROK!THIS! |
||||
$spitshell >>Makefile <<'!NO!SUBS!' |
||||
@@ -919,11 +919,11 @@ |
||||
$spitshell >>$Makefile <<'!NO!SUBS!' |
||||
@@ -1021,7 +1021,7 @@ |
||||
# But also this ensures that all extensions are built before we try to scan |
||||
# them, which picks up Devel::PPPort's documentation. |
||||
pod/perltoc.pod: $(perltoc_pod_prereqs) perl$(EXE_EXT) $(ext) pod/buildtoc |
||||
- $(LDLIBPTH) $(RUN) ./perl$(EXE_EXT) -Ilib pod/buildtoc --build-toc -q |
||||
+ $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib pod/buildtoc --build-toc -q |
||||
|
||||
pod/perlapi.pod pod/perlintern.pod: miniperl$(EXE_EXT) autodoc.pl embed.fnc |
||||
$(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib autodoc.pl |
||||
@@ -1075,11 +1075,11 @@ |
||||
INSTALL_DEPENDENCE = all |
||||
|
||||
install.perl: $(INSTALL_DEPENDENCE) installperl |
||||
|
Loading…
Reference in new issue