]> git.pld-linux.org Git - packages/xen.git/blame - xen-make.patch
BR: gcc-multilib-32
[packages/xen.git] / xen-make.patch
CommitLineData
33ce8ee4
JB
1--- xen-4.4.1/tools/blktap2/vhd/Makefile.orig 2014-09-02 08:20:19.000000000 +0200
2+++ xen-4.4.1/tools/blktap2/vhd/Makefile 2014-10-25 23:08:01.972163664 +0200
3@@ -27,7 +27,7 @@
4
5 build: $(IBIN)
6
7-LIBS_DEPENDS := lib/libvhd.so lib/vhd.a
8+LIBS_DEPENDS := lib/libvhd.so lib/libvhd.a
9 $(LIBS_DEPENDS):subdirs-all
10
11 vhd-util: vhd-util.o $(LIBS_DEPENDS)
12--- xen-4.4.1/tools/python/Makefile.orig 2014-09-02 08:20:19.000000000 +0200
13+++ xen-4.4.1/tools/python/Makefile 2014-10-25 23:17:56.515472047 +0200
14@@ -21,7 +21,7 @@
15 .PHONY: install
16 install: install-dtd
17 CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \
18- $(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" --force --xend=$(CONFIG_XEND)
19+ $(PYTHON_PREFIX_ARG) --skip-build --root="$(DESTDIR)" --force --xend=$(CONFIG_XEND)
20
21 $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
22 ifeq ($(CONFIG_XEND),y)
This page took 0.038724 seconds and 4 git commands to generate.