Skip to content

Commit c323def

Browse files
authored
Merge pull request #48906 from wouf/from-CMSSW_16_0_X_2025-09-11-2300
HI GENs fix for rnd seed issue #48814
2 parents b5c6af4 + 92c6531 commit c323def

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<use name="GeneratorInterface/Hydjet2Interface"/>
22
<use name="pydata"/>
33
<library file="*.cc" name="GeneratorInterfaceHydjet2InterfacePlugins">
4+
<flags REM_LDFLAGS="-Wl,--as-needed"/>
45
<flags EDM_PLUGIN="1"/>
56
</library>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<use name="GeneratorInterface/HydjetInterface"/>
22
<use name="pydata"/>
33
<library file="*.cc" name="GeneratorInterfaceHydjetInterfacePlugins">
4+
<flags REM_LDFLAGS="-Wl,--as-needed"/>
45
<flags EDM_PLUGIN="1"/>
56
</library>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<use name="GeneratorInterface/PyquenInterface"/>
22
<use name="pydata"/>
33
<library file="*.cc" name="GeneratorInterfacePyquenInterfacePlugins">
4+
<flags REM_LDFLAGS="-Wl,--as-needed"/>
45
<flags EDM_PLUGIN="1"/>
56
</library>

0 commit comments

Comments
 (0)