|
@@ -345,6 +345,10 @@ ifneq ($(BR2_LARGEFILE),y)
|
|
DISABLE_LARGEFILE= --disable-largefile
|
|
DISABLE_LARGEFILE= --disable-largefile
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifneq ($(BR2_HAVE_DOCUMENTATION),y)
|
|
|
|
+DISABLE_DOCUMENTATION=--without-html-dir --disable-gtk-doc
|
|
|
|
+endif
|
|
|
|
+
|
|
ifneq ($(BR2_INET_IPV6),y)
|
|
ifneq ($(BR2_INET_IPV6),y)
|
|
DISABLE_IPV6= --disable-ipv6
|
|
DISABLE_IPV6= --disable-ipv6
|
|
endif
|
|
endif
|