diff options
Diffstat (limited to 'app-emulation/xen-pvgrub/files/xen-4.2.0-externals.patch')
-rw-r--r-- | app-emulation/xen-pvgrub/files/xen-4.2.0-externals.patch | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/app-emulation/xen-pvgrub/files/xen-4.2.0-externals.patch b/app-emulation/xen-pvgrub/files/xen-4.2.0-externals.patch index a1b95b25de9f..70ff7da2f60f 100644 --- a/app-emulation/xen-pvgrub/files/xen-4.2.0-externals.patch +++ b/app-emulation/xen-pvgrub/files/xen-4.2.0-externals.patch @@ -1,5 +1,46 @@ # Patch Makefile to patch insource newlib, # Prevent internal downloading of external packages +diff -ur xen-4.2.0.orig/stubdom/Makefile xen-4.2.0/stubdom/Makefile +--- stubdom/Makefile 2012-09-17 18:21:17.000000000 +0800 ++++ stubdom/Makefile 2012-12-05 14:01:10.694260256 +0800 +@@ -8,30 +8,30 @@ + include $(XEN_ROOT)/Config.mk + + #ZLIB_URL?=http://www.zlib.net +-ZLIB_URL=$(XEN_EXTFILES_URL) ++ZLIB_URL=/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.2.0/distdir + ZLIB_VERSION=1.2.3 + + #LIBPCI_URL?=http://www.kernel.org/pub/software/utils/pciutils +-LIBPCI_URL?=$(XEN_EXTFILES_URL) ++LIBPCI_URL?=/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.2.0/distdir + LIBPCI_VERSION=2.2.9 + + #NEWLIB_URL?=ftp://sources.redhat.com/pub/newlib +-NEWLIB_URL?=$(XEN_EXTFILES_URL) ++NEWLIB_URL?=/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.2.0/distdir + NEWLIB_VERSION=1.16.0 + + #LWIP_URL?=http://download.savannah.gnu.org/releases/lwip +-LWIP_URL?=$(XEN_EXTFILES_URL) ++LWIP_URL?=/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.2.0/distdir + LWIP_VERSION=1.3.0 + + #GRUB_URL?=http://alpha.gnu.org/gnu/grub +-GRUB_URL?=$(XEN_EXTFILES_URL) ++GRUB_URL?=/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.2.0/distdir + GRUB_VERSION=0.97 + +-#OCAML_URL?=$(XEN_EXTFILES_URL) ++#OCAML_URL?=/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.2.0/distdir + OCAML_URL?=http://caml.inria.fr/pub/distrib/ocaml-3.11 + OCAML_VERSION=3.11.0 + +-WGET=wget -c ++WGET=cp -t . + + GNU_TARGET_ARCH:=$(XEN_TARGET_ARCH) + ifeq ($(XEN_TARGET_ARCH),x86_32) @@ -95,12 +95,13 @@ ############## |