2009-08-01 11:53:46 +02:00
|
|
|
Index: xen-3.4.1-testing/tools/blktap/drivers/Makefile
|
2007-01-16 00:42:10 +01:00
|
|
|
===================================================================
|
2009-08-01 11:53:46 +02:00
|
|
|
--- xen-3.4.1-testing.orig/tools/blktap/drivers/Makefile
|
|
|
|
+++ xen-3.4.1-testing/tools/blktap/drivers/Makefile
|
2008-07-19 01:04:37 +02:00
|
|
|
@@ -5,7 +5,6 @@ IBIN = blktapctrl tapdisk
|
|
|
|
QCOW_UTIL = img2qcow qcow2raw qcow-create
|
2007-12-20 16:46:41 +01:00
|
|
|
LIBAIO_DIR = ../../libaio/src
|
2007-01-16 00:42:10 +01:00
|
|
|
|
2007-12-20 16:46:41 +01:00
|
|
|
-CFLAGS += -Werror
|
|
|
|
CFLAGS += -Wno-unused
|
2008-07-19 01:04:37 +02:00
|
|
|
CFLAGS += -I../lib
|
|
|
|
CFLAGS += $(CFLAGS_libxenctrl)
|
2009-08-01 11:53:46 +02:00
|
|
|
Index: xen-3.4.1-testing/Config.mk
|
2007-12-20 16:46:41 +01:00
|
|
|
===================================================================
|
2009-08-01 11:53:46 +02:00
|
|
|
--- xen-3.4.1-testing.orig/Config.mk
|
|
|
|
+++ xen-3.4.1-testing/Config.mk
|
2008-07-19 01:04:37 +02:00
|
|
|
@@ -14,7 +14,7 @@ SHELL ?= /bin/sh
|
2007-01-16 00:42:10 +01:00
|
|
|
|
2007-12-20 16:46:41 +01:00
|
|
|
# Tools to run on system hosting the build
|
|
|
|
HOSTCC = gcc
|
|
|
|
-HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
|
|
|
|
+HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes $(RPM_OPT_FLAGS)
|
|
|
|
HOSTCFLAGS += -fno-strict-aliasing
|
2007-08-18 12:16:49 +02:00
|
|
|
|
2008-07-19 01:04:37 +02:00
|
|
|
DISTDIR ?= $(XEN_ROOT)/dist
|