summaryrefslogtreecommitdiffstats
path: root/testing/openvcp/openvcpd-0.4-rc1-posix-shell.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-04 12:22:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-04 12:22:45 +0000
commit08a7c5f6f1d30e93ad3e07631d08b3b9df43b074 (patch)
treecd82995cfb601e061243b1b163bb2c13c3430cd0 /testing/openvcp/openvcpd-0.4-rc1-posix-shell.patch
parent1656cb584eb8a463e6a40171d4bfa11bb89f4acf (diff)
downloadaports-08a7c5f6f1d30e93ad3e07631d08b3b9df43b074.tar.bz2
aports-08a7c5f6f1d30e93ad3e07631d08b3b9df43b074.tar.xz
testing/openvcp: vserver stuff removed for now
We will add it back when we have capacity to actually fix the vserver issues
Diffstat (limited to 'testing/openvcp/openvcpd-0.4-rc1-posix-shell.patch')
-rw-r--r--testing/openvcp/openvcpd-0.4-rc1-posix-shell.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/openvcp/openvcpd-0.4-rc1-posix-shell.patch b/testing/openvcp/openvcpd-0.4-rc1-posix-shell.patch
deleted file mode 100644
index 492e6b033..000000000
--- a/testing/openvcp/openvcpd-0.4-rc1-posix-shell.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/configure.ac Wed Feb 4 10:11:07 2009
-+++ b/configure.ac Wed Feb 4 10:23:07 2009
-@@ -67,15 +67,15 @@
- fi
-
- if test "x$with_ipv6" != xno; then
-- CFLAGS+=" -DIPV6_SUPPORT"
-+ CFLAGS="$CFLAGS -DIPV6_SUPPORT"
- fi
-
- xmlflags=`pkg-config libxml-2.0 --cflags`
--if test "$xmlflags" == ""; then
-+if test "$xmlflags" = ""; then
- AC_MSG_ERROR([libxml2 headers not found])
- fi
-
--CFLAGS+=" $xmlflags"
-+CFLAGS="$CFLAGS $xmlflags"
-
- AC_CONFIG_FILES([Makefile])
- AC_OUTPUT