torque/torque-2.1.0-remove-rpath.path
Garrick Staples 407f996455 auto-import torque-2.1.0p0-0.7.200604171430cvs on branch devel from
torque-2.1.0p0-0.7.200604171430cvs.src.rpm
2006-04-18 02:10:40 +00:00

15 lines
545 B
SYSTEMD

Remove the rpath added by libtool as-per fedora guidelines
--- torque-2.1.0p0-snap.200604071240/configure 2006-04-07 15:41:06.000000000 -0400
+++ ./configure 2006-04-08 15:53:16.000000000 -0400
@@ -5935,7 +5935,8 @@
if test "$ld_shlibs" = yes; then
runpath_var=LD_RUN_PATH
- hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+ # hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+ hardcode_libdir_flag_spec=''
export_dynamic_flag_spec='${wl}--export-dynamic'
case $host_os in
cygwin* | mingw* | pw32*)