Merge pull request #16369 from stintel/gnuplot

gnuplot: fix host lib leakage
This commit is contained in:
Rosen Penev 2021-08-18 02:01:47 -07:00 committed by GitHub
commit 1a1b203ea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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