Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/readline/build.sh
          +++ new/build/readline/build.sh
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  # Load support functions
  28   28  . ../../lib/functions.sh
  29   29  
  30   30  PROG=readline
  31   31  VER=6.3
  32   32  VERHUMAN=$VER
  33   33  PKG=library/readline
  34   34  SUMMARY="GNU readline"
  35   35  DESC="GNU readline library ($VER)"
  36   36  
  37      -DEPENDS_IPS="system/library system/library/gcc-4-runtime"
       37 +DEPENDS_IPS="system/library system/library/gcc-5-runtime"
  38   38  
  39   39  CONFIGURE_OPTS="--disable-static"
  40   40  
  41   41  fix_permissions() {
  42   42      logmsg "--- Making shared libs executable"
  43   43      for file in libhistory libreadline; do
  44   44          logcmd chmod 0555 $DESTDIR$PREFIX/lib/${file}.so.*
  45   45          logcmd chmod 0555 $DESTDIR$PREFIX/lib/$ISAPART64/${file}.so.*
  46   46      done
  47   47  }
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX