summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-07-25 09:28:30 +0200
committerBor Kraljič2011-07-25 09:28:30 +0200
commite4fce82fc5b3bb243aef1de92a39469a3f2271dc (patch)
treed676cabeb67e6fa1c446c00b166dc8377cf00bdd
parente013ce36461e1d77443839a5e0bd19c8b4a7440f (diff)
libice: remove "--disable-IPv6" from LIBICE_OPTS
-rwxr-xr-xxorg-lib/libice/CONFIGURE2
-rw-r--r--xorg-lib/libice/HISTORY3
2 files changed, 5 insertions, 0 deletions
diff --git a/xorg-lib/libice/CONFIGURE b/xorg-lib/libice/CONFIGURE
index 6a0078cbff..f6c11d6c7f 100755
--- a/xorg-lib/libice/CONFIGURE
+++ b/xorg-lib/libice/CONFIGURE
@@ -1,4 +1,6 @@
list_remove LIBICE_OPTS "--enable-IPv6" &&
+list_remove LIBICE_OPTS "--disable-IPv6" &&
+
config_query_option LIBICE_OPTS \
'Enable UNIX domain socket transport?' \
diff --git a/xorg-lib/libice/HISTORY b/xorg-lib/libice/HISTORY
index 94c010cd12..9a7c9178af 100644
--- a/xorg-lib/libice/HISTORY
+++ b/xorg-lib/libice/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor@ver.si>
+ * CONFIGURE: remove "--disable-IPv6" from LIBICE_OPTS
+
2011-03-10 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: PATCHLEVEL++
* CONFIGURE: IPv6 -> ipv6 (Bug #15951)