From 41a13cbaa323e38f9755df1a8c8760f5a878bd4a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 23 Sep 2013 16:44:53 +0000 Subject: Add morphology --- openssl-new.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openssl-new.morph 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 -- cgit v1.2.1