Blame SOURCES/cryptsetup-add-system-library-paths.patch

79c0bd
diff -rupN cryptsetup-2.2.0.old/configure cryptsetup-2.2.0/configure
79c0bd
--- cryptsetup-2.2.0.old/configure	2019-08-14 20:45:07.000000000 +0200
79c0bd
+++ cryptsetup-2.2.0/configure	2019-08-15 09:11:14.775184005 +0200
79c0bd
@@ -12294,6 +12294,9 @@ fi
79c0bd
   # before this can be enabled.
79c0bd
   hardcode_into_libs=yes
79c0bd
 
79c0bd
+  # Add ABI-specific directories to the system library path.
79c0bd
+  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
79c0bd
+
79c0bd
   # Ideally, we could use ldconfig to report *all* directores which are
79c0bd
   # searched for libraries, however this is still not possible.  Aside from not
79c0bd
   # being certain /sbin/ldconfig is available, command
79c0bd
@@ -12302,7 +12305,7 @@ fi
79c0bd
   # appending ld.so.conf contents (and includes) to the search path.
79c0bd
   if test -f /etc/ld.so.conf; then
79c0bd
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
79c0bd
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
79c0bd
+    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
79c0bd
   fi
79c0bd
 
79c0bd
   # We used to test for /lib/ld.so.1 and disable shared libraries on