summaryrefslogtreecommitdiffstats
path: root/rules/socat.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-04-09 11:06:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-04-09 11:06:41 +0200
commit1dea22ea34b85c01b49fc6f45ec634e23ccc3c2e (patch)
tree0340d85e37f05122cdfb4c036aa81c271265e577 /rules/socat.make
parent17e02198ebf607e0fe8ca49e7728fbeaf95ca528 (diff)
downloadptxdist-1dea22ea34b85c01b49fc6f45ec634e23ccc3c2e.tar.gz
ptxdist-1dea22ea34b85c01b49fc6f45ec634e23ccc3c2e.tar.xz
socat: use global ipv6 option
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/socat.make')
-rw-r--r--rules/socat.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/socat.make b/rules/socat.make
index 194c9b831..7eebb9b64 100644
--- a/rules/socat.make
+++ b/rules/socat.make
@@ -44,7 +44,7 @@ SOCAT_CONF_OPT := \
--enable-unix \
--enable-abstract-unixsocket \
--enable-ip4 \
- --enable-ip6 \
+ --$(call ptx/endis, PTXCONF_GLOBAL_IPV6)-ip6 \
--enable-rawip \
--enable-genericsocket \
--enable-interface \