summaryrefslogtreecommitdiff
path: root/core/openssl-new.morph
blob: 48268e3c809b376491a3ce899898374570acf70a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: core/openssl-new.morph
kind: chunk
repo: upstream:openssl-new
ref: 2bee25a915c2ba40e58229788aabc97765426016
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
build_depends:
- core/perl.morph