Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/openssl/build.sh
          +++ new/build/openssl/build.sh
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  # Load support functions
  28   28  . ../../lib/functions.sh
  29   29  
  30   30  PROG=openssl
  31   31  VER=1.0.2c
  32   32  VERHUMAN=$VER
  33   33  PKG=library/security/openssl # Package name (without prefix)
  34   34  SUMMARY="$PROG - A toolkit for Secure Sockets Layer (SSL v2/v3) and Transport Layer (TLS v1) protocols and general purpose cryptographic library"
  35   35  DESC="$SUMMARY"
  36   36  
  37      -DEPENDS_IPS="SUNWcs system/library system/library/gcc-4-runtime library/zlib@1.2.8"
       37 +DEPENDS_IPS="SUNWcs system/library system/library/gcc-5-runtime library/zlib@1.2.8"
  38   38  BUILD_DEPENDS_IPS="$DEPENDS_IPS developer/sunstudio12.1"
  39   39  
  40   40  NO_PARALLEL_MAKE=1
  41   41  
  42   42  make_prog() {
  43   43      [[ -n $NO_PARALLEL_MAKE ]] && MAKE_JOBS=""
  44   44      logmsg "--- make"
  45   45      # This will setup the internal runpath of libssl and libcrypto
  46   46      logcmd $MAKE $MAKE_JOBS SHARED_LDFLAGS="$SHARED_LDFLAGS" || \
  47   47          logerr "--- Make failed"
↓ open down ↓ 94 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX