diff options
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index d36c884f0..c3257cfbe 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -256,6 +256,7 @@ $(BUILD_DIR)/%/.stamp_configured: $(DISABLE_DOCUMENTATION) \ $(DISABLE_NLS) \ $(DISABLE_LARGEFILE) \ + $(DISABLE_IPV6) \ $(QUIET) $($(PKG)_CONF_OPT) $(Q)touch $@ |