aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xen/xen-blktap2-uclibc.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-02-21 11:53:24 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-02-21 11:53:24 +0000
commit2b79913c8e7d0a8fec830afd488674ddd044371b (patch)
tree96b3cf265de8ebb13884d3bd97100145a9e13b97 /testing/xen/xen-blktap2-uclibc.patch
parent57b2d07c06af589eeeff448b4e20b08c9112c7b7 (diff)
parentf7d54450fdcb340c31348b2ec588c1c60b95b1d0 (diff)
downloadaports-2b79913c8e7d0a8fec830afd488674ddd044371b.tar.bz2
aports-2b79913c8e7d0a8fec830afd488674ddd044371b.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/xen/xen-blktap2-uclibc.patch')
-rw-r--r--testing/xen/xen-blktap2-uclibc.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/xen/xen-blktap2-uclibc.patch b/testing/xen/xen-blktap2-uclibc.patch
deleted file mode 100644
index 7ce1dc0cfd..0000000000
--- a/testing/xen/xen-blktap2-uclibc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- xen-4.0.1/tools/blktap2/drivers/bswap.h
-+++ xen-4.0.1.mod/tools/blktap2/drivers/bswap.h
-@@ -15,6 +15,8 @@
- #define bswap_64(x) swap64(x)
- #else
-
-+#define HAVE_BYTESWAP_H
-+
- #ifdef HAVE_BYTESWAP_H
- #include <byteswap.h>
- #else
---- xen-4.0.1/tools/blktap2/vhd/lib/Makefile
-+++ xen-4.0.1.mod/tools/blktap2/vhd/lib/Makefile
-@@ -23,6 +23,8 @@
- LIBS := -luuid
- endif
-
-+LIBS += -liconv
-+
- # Get gcc to generate the dependencies for us.
- CFLAGS += -Wp,-MD,.$(@F).d
- DEPS = .*.d