Browse Source

Merge pull request #16369 from stintel/gnuplot

gnuplot: fix host lib leakage
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
1a1b203ea4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utils/gnuplot/Makefile

+ 2
- 0
utils/gnuplot/Makefile 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


Loading…
Cancel
Save