17 # If applicable, add the following below this CDDL HEADER, with the
  18 # fields enclosed by brackets "[]" replaced with your own identifying
  19 # information: Portions Copyright [yyyy] [name of copyright owner]
  20 #
  21 # CDDL HEADER END
  22 #
  23 #
  24 # Copyright 2011-2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  25 # Use is subject to license terms.
  26 #
  27 # Load support functions
  28 . ../../lib/functions.sh
  29 
  30 PROG=unixODBC
  31 VER=2.3.2
  32 VERHUMAN=$VER
  33 PKG=library/unixodbc
  34 SUMMARY="The UnixODBC Subsystem and SDK"
  35 DESC="UnixODBC - The UnixODBC Subsystem and SDK ($VER)"
  36 
  37 DEPENDS_IPS="system/library system/library/math system/library/gcc-4-runtime"
  38 
  39 CONFIGURE_OPTS="
  40     --includedir=$PREFIX/include/odbc
  41     --localstatedir=/var
  42     --sysconfdir=/etc/odbc
  43     --enable-shared
  44     --disable-static
  45     --disable-libtool-lock
  46     --disable-gui
  47     --enable-threads
  48     --disable-gnuthreads
  49     --enable-readline
  50     --enable-inicaching
  51     --enable-drivers=yes
  52     --enable-driver-conf=yes
  53     --enable-fdb
  54     --enable-odbctrace
  55     --enable-iconv
  56     --enable-stats
  57     --enable-rtldgroup
  
 | 
 
 
  17 # If applicable, add the following below this CDDL HEADER, with the
  18 # fields enclosed by brackets "[]" replaced with your own identifying
  19 # information: Portions Copyright [yyyy] [name of copyright owner]
  20 #
  21 # CDDL HEADER END
  22 #
  23 #
  24 # Copyright 2011-2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  25 # Use is subject to license terms.
  26 #
  27 # Load support functions
  28 . ../../lib/functions.sh
  29 
  30 PROG=unixODBC
  31 VER=2.3.2
  32 VERHUMAN=$VER
  33 PKG=library/unixodbc
  34 SUMMARY="The UnixODBC Subsystem and SDK"
  35 DESC="UnixODBC - The UnixODBC Subsystem and SDK ($VER)"
  36 
  37 DEPENDS_IPS="system/library system/library/math system/library/gcc-5-runtime"
  38 
  39 CONFIGURE_OPTS="
  40     --includedir=$PREFIX/include/odbc
  41     --localstatedir=/var
  42     --sysconfdir=/etc/odbc
  43     --enable-shared
  44     --disable-static
  45     --disable-libtool-lock
  46     --disable-gui
  47     --enable-threads
  48     --disable-gnuthreads
  49     --enable-readline
  50     --enable-inicaching
  51     --enable-drivers=yes
  52     --enable-driver-conf=yes
  53     --enable-fdb
  54     --enable-odbctrace
  55     --enable-iconv
  56     --enable-stats
  57     --enable-rtldgroup
  
 |