diff options
Diffstat (limited to 'package/libvncserver')
-rw-r--r-- | package/libvncserver/libvncserver.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libvncserver/libvncserver.mk b/package/libvncserver/libvncserver.mk index 87bcf4572..92cb1e1aa 100644 --- a/package/libvncserver/libvncserver.mk +++ b/package/libvncserver/libvncserver.mk @@ -28,10 +28,6 @@ ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y) LIBVNCSERVER_CONF_OPTS += --without-pthread endif -ifneq ($(BR2_INET_IPV6),y) -LIBVNCSERVER_CONF_OPTS += --without-ipv6 -endif - # openssl supports needs NPTL thread support ifeq ($(BR2_PACKAGE_OPENSSL)$(BR2_TOOLCHAIN_HAS_THREADS_NPTL),yy) LIBVNCSERVER_DEPENDENCIES += openssl |