summaryrefslogtreecommitdiff
path: root/baserock/strata/core/openssl-new.morph
blob: 2ed14ff2480c8040d22fa3b44eba47e87fc1df62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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