Description: This patch tries to remove the rpaths from all libraries. Forwarded: no Author: Jan Beyer --- gwyddion-2.18.orig/configure +++ gwyddion-2.18/configure @@ -11494,7 +11494,7 @@ version_type=linux need_lib_prefix=no need_version=no - hardcode_into_libs=yes + hardcode_into_libs=no if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' @@ -11689,16 +11689,16 @@ ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no - hardcode_into_libs=yes + hardcode_into_libs=no ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs= ;; esac ;; @@ -11710,7 +11710,7 @@ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH - hardcode_into_libs=yes + hardcode_into_libs=no ;; hpux9* | hpux10* | hpux11*) @@ -11722,7 +11722,7 @@ case $host_cpu in ia64*) shrext_cmds='.so' - hardcode_into_libs=yes + hardcode_into_libs=no dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. @@ -11737,7 +11737,7 @@ ;; hppa*64*) shrext_cmds='.sl' - hardcode_into_libs=yes + hardcode_into_libs=no dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. @@ -11768,7 +11768,7 @@ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + hardcode_into_libs=no ;; irix5* | irix6* | nonstopux*) @@ -11805,7 +11805,7 @@ shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" - hardcode_into_libs=yes + hardcode_into_libs=no ;; # No shared lib support for Linux oldld, aout, or coff. @@ -11884,7 +11884,7 @@ # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. - hardcode_into_libs=yes + hardcode_into_libs=no # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" @@ -11919,7 +11919,7 @@ fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no ;; newsos6) @@ -11937,7 +11937,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + hardcode_into_libs=no dynamic_linker='ldqnx.so' ;; @@ -11999,7 +11999,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; @@ -12056,7 +12056,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else @@ -12078,7 +12078,7 @@ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + hardcode_into_libs=no ;; uts4*) @@ -15360,7 +15360,7 @@ version_type=linux need_lib_prefix=no need_version=no - hardcode_into_libs=yes + hardcode_into_libs=no if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' @@ -15554,16 +15554,16 @@ ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no - hardcode_into_libs=yes + hardcode_into_libs=no ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no ;; esac ;; @@ -15575,7 +15575,7 @@ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH - hardcode_into_libs=yes + hardcode_into_libs=no ;; hpux9* | hpux10* | hpux11*) @@ -15587,7 +15587,7 @@ case $host_cpu in ia64*) shrext_cmds='.so' - hardcode_into_libs=yes + hardcode_into_libs=no dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. @@ -15602,7 +15602,7 @@ ;; hppa*64*) shrext_cmds='.sl' - hardcode_into_libs=yes + hardcode_into_libs=no dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. @@ -15633,7 +15633,7 @@ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + hardcode_into_libs=no ;; irix5* | irix6* | nonstopux*) @@ -15670,7 +15670,7 @@ shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" - hardcode_into_libs=yes + hardcode_into_libs=no ;; # No shared lib support for Linux oldld, aout, or coff. @@ -15749,7 +15749,7 @@ # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. - hardcode_into_libs=yes + hardcode_into_libs=no # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" @@ -15784,7 +15784,7 @@ fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no ;; newsos6) @@ -15802,7 +15802,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + hardcode_into_libs=no dynamic_linker='ldqnx.so' ;; @@ -15864,7 +15864,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; @@ -15921,7 +15921,7 @@ soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - hardcode_into_libs=yes + hardcode_into_libs=no if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else @@ -15943,7 +15943,7 @@ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + hardcode_into_libs=no ;; uts4*)