mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-04-30 22:23:17 +08:00
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>
This commit is contained in:
parent
aac2d01616
commit
195ae330b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user