summaryrefslogtreecommitdiff
path: root/strata/core/openssl-new.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-11-19 16:09:07 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-11-19 16:09:07 +0000
commit53c7140bfe3317abeeaa85fc2f72cc8d9b052355 (patch)
tree7f02dd4c306b5619988b87b9a2a5cf28a5fcd02b /strata/core/openssl-new.morph
parente3e0baf91a5f0e1bcd1fad06345bbe4ec88fad1d (diff)
downloaddefinitions-baserock/ps/simple-defs.tar.gz
After morph-converter.shbaserock/ps/simple-defs
Diffstat (limited to 'strata/core/openssl-new.morph')
-rw-r--r--strata/core/openssl-new.morph15
1 files changed, 0 insertions, 15 deletions
diff --git a/strata/core/openssl-new.morph b/strata/core/openssl-new.morph
deleted file mode 100644
index 2ed14ff2..00000000
--- a/strata/core/openssl-new.morph
+++ /dev/null
@@ -1,15 +0,0 @@
-name: openssl-new
-kind: chunk
-max-jobs: 1
-configure-commands:
-- sed -i -e 's,^LIBNAMES=\\(.*\\) padlock \\(.*\\),LIBNAMES=\\1 \\2,g' engines/Makefile
-- |
- if [ "$(uname -m)" = "ppc64" ]; then
- sh ./Configure linux-ppc64 --openssldir=/etc/ssl --prefix="${PREFIX-/usr}" --libdir=lib shared
- else
- ./config --openssldir=/etc/ssl --prefix="${PREFIX-/usr}" --libdir=lib shared
- fi
-build-commands:
-- make
-install-commands:
-- make INSTALL_PREFIX="$DESTDIR" install_sw