diff options
author | Al Stone <ahs3@redhat.com> | 2012-11-20 17:48:30 -0700 |
---|---|---|
committer | Al Stone <ahs3@redhat.com> | 2012-11-20 17:48:30 -0700 |
commit | 88ff7cb0723af6e8d7ccebed2836c3e156bd3d94 (patch) | |
tree | 51fbffcef6ee1ee21b267b260224c76e014bb1d5 /recipe.d/0020-openssl | |
parent | ffbaa88144e1a9673cfcf022b42c7fd68868395c (diff) | |
download | bootstrap.git.DONOTUSE-88ff7cb0723af6e8d7ccebed2836c3e156bd3d94.tar.gz bootstrap.git.DONOTUSE-88ff7cb0723af6e8d7ccebed2836c3e156bd3d94.tar.xz bootstrap.git.DONOTUSE-88ff7cb0723af6e8d7ccebed2836c3e156bd3d94.zip |
aarch64: first pass at cleaning up remaining /lib64 paths
Signed-off-by: Al Stone <ahs3@redhat.com>
Diffstat (limited to 'recipe.d/0020-openssl')
-rw-r--r-- | recipe.d/0020-openssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe.d/0020-openssl b/recipe.d/0020-openssl index 195fb26..40930eb 100644 --- a/recipe.d/0020-openssl +++ b/recipe.d/0020-openssl @@ -6,7 +6,7 @@ --prefix=/usr --openssldir=/etc/pki/tls \ zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \ enable-cms enable-md2 no-idea no-mdc2 no-rc5 no-ec no-ec2m no-ecdh no-ecdsa no-srp \ - --enginesdir=/usr/lib/openssl/engines \ + --enginesdir=/usr/lib${SUFFIX}/openssl/engines \ shared linux-generic32 fips # ./Configure --prefix=/usr --openssldir=/etc/pki/tls zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 enable-cms enable-md2 no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa no-srp fips shared linux-generic32 |