summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-23 16:44:53 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-04-09 16:04:14 +0000
commit9819c84a0c73452a31d472423e4b2df28799a392 (patch)
tree639ef8fdef026fbe3df1cca5e7e39bf23be8e71b
parent6ef9d9bacfbffa356e5a219357b1f9938fc6bb24 (diff)
downloadopenssl-new-9819c84a0c73452a31d472423e4b2df28799a392.tar.gz
Add morphology
-rw-r--r--openssl-new.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/openssl-new.morph b/openssl-new.morph
new file mode 100644
index 0000000000..2911d20fdb
--- /dev/null
+++ b/openssl-new.morph
@@ -0,0 +1,10 @@
+name: openssl-new
+kind: chunk
+max-jobs: 1
+configure-commands:
+- sed -i -e 's,^LIBNAMES=\\(.*\\) padlock \\(.*\\),LIBNAMES=\\1 \\2,g' engines/Makefile
+- ./config --openssldir=/etc/ssl --prefix="${PREFIX-/usr}" --libdir=lib shared
+build-commands:
+- make
+install-commands:
+- make INSTALL_PREFIX="$DESTDIR" install_sw