gnuplot: fix host lib leakage 16369/head
authorStijn Tintel <stijn@linux-ipv6.be>
Sun, 15 Aug 2021 00:25:02 +0000 (03:25 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 15 Aug 2021 00:25:02 +0000 (03:25 +0300)
commit190f62ee621e9117dfc2c78dc64d5a9f776ba22d
tree6eedb9836013846254a1f359503d4841cf15b5a9
parent51f9a12a54dc2e7abcf9028490114d8bd926ac88
gnuplot: fix host lib leakage

The package does not build due to host lib leakage, as evidenced by
config.log:

X_CFLAGS=' -I/usr/include'
X_LIBS=' -L/usr/lib'

Fix this by disabling X with a configure var.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
utils/gnuplot/Makefile