]> git.pld-linux.org Git - packages/xen.git/blame - xen-gmp-abi.patch
- rebuild with ocaml 4.02
[packages/xen.git] / xen-gmp-abi.patch
CommitLineData
c9725b5b
MK
1diff -ur xen-4.4.1.orig/stubdom/Makefile xen-4.4.1/stubdom/Makefile
2--- xen-4.4.1.orig/stubdom/Makefile 2014-09-02 06:20:19.000000000 +0000
3+++ xen-4.4.1/stubdom/Makefile 2014-10-13 06:57:49.075000000 +0000
4@@ -165,7 +165,7 @@
5 rm $@ -rf || :
6 mv gmp-$(GMP_VERSION) $@
7 #patch -d $@ -p0 < gmp.patch
8- cd $@; CPPFLAGS="-isystem $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/include $(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" CC=$(CC) $(GMPEXT) ./configure --disable-shared --enable-static --disable-fft --without-readline --prefix=$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf
9+ cd $@; CPPFLAGS="-isystem $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/include $(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" CC=$(CC) $(GMPEXT) ./configure --disable-shared --enable-static --disable-fft --without-readline --prefix=$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf --build=$(GNU_TARGET_ARCH)
10 sed -i 's/#define HAVE_OBSTACK_VPRINTF 1/\/\/#define HAVE_OBSTACK_VPRINTF 1/' $@/config.h
11 touch $@
12
This page took 0.051921 seconds and 4 git commands to generate.