Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/unixodbc/build.sh
          +++ new/build/unixodbc/build.sh
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  # Load support functions
  28   28  . ../../lib/functions.sh
  29   29  
  30   30  PROG=unixODBC
  31   31  VER=2.3.2
  32   32  VERHUMAN=$VER
  33   33  PKG=library/unixodbc
  34   34  SUMMARY="The UnixODBC Subsystem and SDK"
  35   35  DESC="UnixODBC - The UnixODBC Subsystem and SDK ($VER)"
  36   36  
  37      -DEPENDS_IPS="system/library system/library/math system/library/gcc-4-runtime"
       37 +DEPENDS_IPS="system/library system/library/math system/library/gcc-5-runtime"
  38   38  
  39   39  CONFIGURE_OPTS="
  40   40      --includedir=$PREFIX/include/odbc
  41   41      --localstatedir=/var
  42   42      --sysconfdir=/etc/odbc
  43   43      --enable-shared
  44   44      --disable-static
  45   45      --disable-libtool-lock
  46   46      --disable-gui
  47   47      --enable-threads
↓ open down ↓ 43 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX