diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-19 09:40:01 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-22 23:06:55 +0200 |
| commit | cd4e48386eaf783aca7fd22b774557620c4763a9 (patch) | |
| tree | babf95c7a1cb36a43871b67b7beb5fa927e6221e /package/pkg-autotools.mk | |
| parent | 79ce08bbdc33d1725f5d950736c9f624814b5a03 (diff) | |
| download | buildroot-cd4e48386eaf783aca7fd22b774557620c4763a9.tar.gz buildroot-cd4e48386eaf783aca7fd22b774557620c4763a9.zip | |
package infra: drop non-IPv6 support
Now that IPv6 is mandatory remove support for non-IPv6 tweaks/variables
in the package infra.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pkg-autotools.mk')
| -rw-r--r-- | package/pkg-autotools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk index 2ecf7d8273..49b42d443b 100644 --- a/package/pkg-autotools.mk +++ b/package/pkg-autotools.mk @@ -200,8 +200,8 @@ define $(2)_CONFIGURE_CMDS --with-xmlto=no \ --with-fop=no \ --disable-dependency-tracking \ + --enable-ipv6 \ $$(DISABLE_NLS) \ - $$(DISABLE_IPV6) \ $$(ENABLE_DEBUG) \ $$(SHARED_STATIC_LIBS_OPTS) \ $$(QUIET) $$($$(PKG)_CONF_OPTS) \ |

