summaryrefslogtreecommitdiff
path: root/openssl-new.morph
blob: d92bba165dce421b5f086c0bd85820349f3755eb (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