summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-11-23 11:29:45 -0700
committerAl Stone <ahs3@redhat.com>2012-11-23 11:29:45 -0700
commit56bc03320a53090fdc98322a39cfbb6d2be4cbe5 (patch)
tree4909784013fa35f50995ecf64f2458c9705416bf
parent026ed9982298169a98b7f889e29098757c01e1e1 (diff)
downloadbootstrap.git.DONOTUSE-56bc03320a53090fdc98322a39cfbb6d2be4cbe5.tar.gz
bootstrap.git.DONOTUSE-56bc03320a53090fdc98322a39cfbb6d2be4cbe5.tar.xz
bootstrap.git.DONOTUSE-56bc03320a53090fdc98322a39cfbb6d2be4cbe5.zip
aarch64: really correct the openssl lib path this time
Signed-off-by: Al Stone <ahs3@redhat.com>
-rw-r--r--recipe.d/0020-openssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe.d/0020-openssl b/recipe.d/0020-openssl
index a143420..ca3f633 100644
--- a/recipe.d/0020-openssl
+++ b/recipe.d/0020-openssl
@@ -3,7 +3,7 @@
mcd $BUILDDIR/openssl
cd $SRC/openssl-*
./Configure \
- --prefix=/usr --libdir=/usr/lib${SUFFIX} --openssldir=/etc/pki/tls \
+ --prefix=/usr --libdir=lib${SUFFIX} --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${SUFFIX}/openssl/engines \