|
@@ -332,16 +332,6 @@ ifneq ($(BR2_LARGEFILE),y)
|
|
|
DISABLE_LARGEFILE= --disable-largefile
|
|
|
endif
|
|
|
|
|
|
-# The configure option varies, but since unknown options are ignored
|
|
|
-# we can pass all of them.
|
|
|
-DISABLE_DOCUMENTATION = \
|
|
|
- --disable-gtk-doc \
|
|
|
- --disable-doc \
|
|
|
- --disable-docs \
|
|
|
- --disable-documentation \
|
|
|
- --with-xmlto=no \
|
|
|
- --with-fop=no
|
|
|
-
|
|
|
ifeq ($(BR2_INET_IPV6),y)
|
|
|
DISABLE_IPV6= --enable-ipv6
|
|
|
else
|