summaryrefslogtreecommitdiff
path: root/openssl-new.morph
blob: 2911d20fdbc724e82bfbb499d77f832a6ef78d86 (plain)
1
2
3
4
5
6
7
8
9
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