Skip to content

Commit 079bab2

Browse files
committed
drop as-needed flag to avoid link errors on missing typeinfo for fastjet::JetMedianBackgroundEstimator
1 parent 9bd5b79 commit 079bab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ else
357357
# the following more elaborate set of options requested by Alexander Puck Neuwirth
358358
# for compatibility with gentoo, cf. https://github.com/fjcontrib/fjcontrib/issues/4
359359
# plus https://github.com/fjcontrib/fjcontrib/issues/5
360-
dynlibopt="-shared -Wl,--as-needed -Wl,-soname,libfastjetcontribfragile.so"
360+
dynlibopt="-shared -Wl,-soname,libfastjetcontribfragile.so"
361361
dynlibext="so"
362362
dynlibpostproc="" # some dummy command needed
363363
fi

0 commit comments

Comments
 (0)