-
- Downloads
From Christian Holm:
Here's a small patch + 2 new files. The patch enables the package root-plugin-roofit, and fixes a problem with builds when Globus is used. I recently found a Debian package of Globus, and so I tried to build ROOT using that. It seems that you need to have `-Wl,-rpath,<globus library dir>' in all links that include libCore, as libCore somehow links to `libssl_<flavour>' when using Globus. I moved some stuff in `configure' to add `-Wl,-rpath,<globus library dir>' to `EXTRA_LDFLAGS'. git-svn-id: http://root.cern.ch/svn/root/trunk@12310 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- build/package/common/root-plugin-roofit.control 19 additions, 0 deletionsbuild/package/common/root-plugin-roofit.control
- build/package/debian/root-plugin-roofit.copyright 39 additions, 0 deletionsbuild/package/debian/root-plugin-roofit.copyright
- build/package/debian/rules 3 additions, 1 deletionbuild/package/debian/rules
- build/package/lib/makebuilddepend.sh 3 additions, 1 deletionbuild/package/lib/makebuilddepend.sh
- build/package/lib/makelists.sh 2 additions, 2 deletionsbuild/package/lib/makelists.sh
- configure 24 additions, 8 deletionsconfigure
Loading
Please register or sign in to comment