From ad7557ae0e3bcd46378ef3ad4ba78fb61ce4b7fa Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Feb 09 2005 02:35:04 +0000 Subject: More multi-lib fixes needed. --- diff --git a/opensc.spec b/opensc.spec index dd11d1a..67f5522 100644 --- a/opensc.spec +++ b/opensc.spec @@ -69,6 +69,9 @@ for file in docs/*.1 ; do iconv -f iso-8859-1 -t utf-8 $file > $file.utf-8 ; mv $file.utf-8 $file done sh ./bootstrap # for patch0 +# Substitute hardcoded 'lib' in OpenSSL checks for multi-lib platforms. +sed -i -e 's!/lib/libcrypto!/%{_lib}/libcrypto!g' configure +sed -i -e 's!openssldir/lib !openssldir/%{_lib} !g' configure %build @@ -177,6 +180,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Feb 9 2005 Michael Schwendt - 0.9.4-2 +- Substitute hardcoded 'lib' in OpenSSL checks for multi-lib platforms. - Use --with-plugin-dir instead of --with-plugin-path (fixes x86_64). * Thu Feb 3 2005 Ville Skyttä - 0.9.4-1