Skip to content

Commit

Permalink
gnuplot/6.0.1-GCCcore-13.2.0: avoid duplicate config/build LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Dec 6, 2024
1 parent 643a24b commit fbf6b1f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ preconfigopts = 'autoreconf && '
preconfigopts += 'export LUA_CFLAGS="-I$EBROOTLUA/include" && export LUA_LIBS="$EBROOTLUA/lib/liblua.a" && '

# fix undefined reference to symbol 'libiconv_open'
preconfigopts += ' export LDFLAGS="-Wl,--copy-dt-needed-entries" && '
preconfigopts += 'export LDFLAGS="-Wl,--copy-dt-needed-entries" && '

configopts = '--with-qt=qt6 --without-latex --disable-wxwidgets'

buildopts = 'LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" '
buildopts += 'LIBS="-lcerf -lcairo -lpangocairo-1.0"'
buildopts = 'LIBS="-lcerf -lcairo -lpangocairo-1.0"'

sanity_check_paths = {
'files': ['bin/gnuplot'],
Expand Down

0 comments on commit fbf6b1f

Please sign in to comment.