File: disable-rpath-by-default.patch

package info (click to toggle)
fastjet 3.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,552 kB
  • sloc: cpp: 78,628; python: 6,112; sh: 1,038; fortran: 673; makefile: 636; ansic: 161
file content (11 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/fastjet-config.in
+++ b/fastjet-config.in
@@ -167,7 +167,7 @@ arg_yesno_list="shared plugins rpath gue
 # default behaviour for parameters
 plugins_included="no"
 use_shared="yes"
-add_rpath="yes"
+add_rpath="no"
 add_runpath="no"
 guess_prefix="no"