Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/bash/build.sh
          +++ new/build/bash/build.sh
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42  # NOTE: patches will obviously have to be checked often.
  43   43  
  44   44  PROG=bash       # App name
  45   45  VER=4.3         # App version
  46   46  PATCHLEVEL=33   # Patch level
  47   47  VERHUMAN="$VER patchlevel $PATCHLEVEL"
  48   48  PKG=shell/bash  # Package name (without prefix)
  49   49  SUMMARY="GNU Bourne-Again shell (bash)"
  50   50  DESC="$SUMMARY version $VER"
  51   51  
  52      -DEPENDS_IPS="system/library system/library/gcc-4-runtime"
       52 +DEPENDS_IPS="system/library system/library/gcc-5-runtime"
  53   53  
  54   54  BUILDARCH=32
  55   55  NO_PARALLEL_MAKE=1
  56   56  
  57   57  # Cribbed from upstream but modified for gcc
  58   58  # "let's shrink the SHT_SYMTAB as much as we can"
  59   59  LDFLAGS="-Wl,-z -Wl,redlocsym"
  60   60  
  61   61  # Cribbed from upstream, with a few changes:
  62   62  #   We only do 32-bit so forgo the isaexec stuff
↓ open down ↓ 79 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX