From 167c7f64188027c30473b272e8eefe5f35670c2f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 6 Oct 2009 09:47:20 +0200 Subject: [PATCH] libSM: -disable ipv 6 support --- packages/x11/lib/libSM/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x11/lib/libSM/build b/packages/x11/lib/libSM/build index 4f85faf478..fe461219b1 100755 --- a/packages/x11/lib/libSM/build +++ b/packages/x11/lib/libSM/build @@ -13,7 +13,7 @@ cd $PKG_BUILD --sysconfdir=/etc \ --enable-static \ --disable-shared \ - --enable-IPv6 \ + --disable-IPv6 \ --without-libuuid \ # --enable-unix-transport \ # --disable-tcp-transport \