Skip to content

Commit

Permalink
Merge pull request #4675 from ktf/fix-tls-cmsRun-only
Browse files Browse the repository at this point in the history
Enable using our on loader only for selected executables.
  • Loading branch information
ktf committed Jul 16, 2014
2 parents 740207a + f1655d7 commit 7dec0c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FWCore/Framework/bin/BuildFile.xml
@@ -1,3 +1,6 @@
<architecture name="slc[6-9]_amd64">
<flags LDFLAGS="-Wl,-dynamic-linker,$(GLIBC_BASE)/lib64/ld.so"/>
</architecture>
<bin name="cmsRunGlibC" file="cmsRun.cpp">
<use name="roothistmatrix"/>
<use name="tbb"/>
Expand Down
6 changes: 6 additions & 0 deletions FWCore/PluginManager/bin/BuildFile.xml
Expand Up @@ -2,9 +2,15 @@
<use name="boost"/>
<use name="boost_program_options"/>
<use name="FWCore/PluginManager"/>
<architecture name="slc[6-9]_amd64">
<flags LDFLAGS="-Wl,-dynamic-linker,$(GLIBC_BASE)/lib64/ld.so"/>
</architecture>
</bin>
<bin name="edmPluginRefresh" file="refresh.cc">
<use name="boost"/>
<use name="boost_program_options"/>
<use name="FWCore/PluginManager"/>
<architecture name="slc[6-9]_amd64">
<flags LDFLAGS="-Wl,-dynamic-linker,$(GLIBC_BASE)/lib64/ld.so"/>
</architecture>
</bin>

0 comments on commit 7dec0c1

Please sign in to comment.