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)
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

index 3b57cc25724b1467ed449c1a2d41b13a471534d8..03c812a1fbf33a8481d76530de10052e8dc96801 100644 (file)
@@ -29,6 +29,8 @@ CONFIGURE_ARGS += \
     --without-latex \
     --without-libcerf
 
+CONFIGURE_VARS += ac_cv_have_x="have_x=no"
+
 # Since Qt is disabled there is no C++ code, so CXX is forced
 # to CC in order to avoid dependency on libstdcpp. This is 
 # horrible, but 'DEPENDS:=+libstdcpp' does not work for some