openwrt/package
Petr Štetiar e2637a471a Revert "iptables: fix dependency for libip6tc on IPV6"
This patch reverts commit 2dc1f54b12 as it
breaks the build for me on x86-64 if I've IPV6 support disabled. Same config
builds fine on `openwrt-18.06` branch at 55d078b2.

  $ grep IPV6 .config

  # CONFIG_KERNEL_IPV6 is not set
  # CONFIG_IPV6 is not set

Build errors out on:

  Package libiptc is missing dependencies for the following libraries:
  libip6tc.so.0

Looking at iptables-1.6.2/libiptc/Makefile.am:

  libiptc_la_LIBADD   = libip4tc.la libip6tc.la

and to iptables-1.6.2/libiptc/libiptc.pc.in:

  Requires:	libip4tc libip6tc

It seems that libiptc needs v4/v6 libs, so v6 isn't optional.

Cc: Rosy Song <rosysong@rosinson.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(backported from 1b4b942bce)
2018-12-18 17:22:07 +01:00
..
base-files base-files: add network_get_metric() to /lib/functions/network.sh 2018-12-18 11:28:14 +01:00
boot uboot-lantiq: fix compatibility with gcc7 2018-09-26 20:36:32 +02:00
devel strace: fix build on aarch64 2018-12-18 11:28:12 +01:00
firmware ath10k-firmware: Fix QCA6174 support 2018-12-18 09:11:03 +01:00
kernel mwlwifi: update to version 10.3.8.0-20181029 2018-12-18 17:22:07 +01:00
libs wolfssl: update to version 3.15.3-stable 2018-12-18 17:22:07 +01:00
network Revert "iptables: fix dependency for libip6tc on IPV6" 2018-12-18 17:22:07 +01:00
system ubus: update to latest git HEAD 2018-12-18 17:22:05 +01:00
utils ugps: update to latest git HEAD 2018-12-18 17:22:06 +01:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00