diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2012-09-12 17:36:26 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2012-09-12 17:36:26 +0100 |
commit | 0b313ac2a4eb2bc70afb50fe4e3d249b2acf9891 (patch) | |
tree | e620772a8f3cdc1377bc5c8040084384ac4372a9 | |
parent | 20be0a825c402eaa045704e3fff921b607562996 (diff) | |
download | openssl-baserock/morph.tar.gz |
pass --libdir so we don't end up with lib64 being usedbaserock/morph
-rw-r--r-- | openssl.morph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.morph b/openssl.morph index 233987a66..aee824603 100644 --- a/openssl.morph +++ b/openssl.morph @@ -4,7 +4,7 @@ "max-jobs": 1, "configure-commands": [ "sed -i -e 's,^LIBNAMES=\\(.*\\) padlock \\(.*\\),LIBNAMES=\\1 \\2,g' engines/Makefile", - "./config --openssldir=/etc/ssl --prefix=\"${PREFIX-/usr}\" shared" + "./config --openssldir=/etc/ssl --prefix=\"${PREFIX-/usr}\" --libdir=lib shared" ], "build-commands": [ "make" |