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-10 17:01:35 +0000
commit213d6b65cc1b2b8d7cb1f6ca1d2963be38e002c6 (patch)
tree1c82555cfa540550ba27b3c57dbc4af3755b80e3
parentb2d951e4232d2f90168f9a3dd0b7df9ecf2d81a8 (diff)
downloadopenssl-new-213d6b65cc1b2b8d7cb1f6ca1d2963be38e002c6.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