summaryrefslogtreecommitdiffstats
path: root/odbc-drivers/myodbc/BUILD
blob: 339d890e766fbbb2b16cde014137aa7f2d7098a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OPTS="$OPTS --with-mysql-path=/usr" &&
CFLAGS="${CFLAGS//-ffast-math}" &&
OPTS="$OPTS --disable-gui"

if is_depends_enabled $SPELL libiodbc; then
    OPTS="$OPTS --with-iODBC=/usr"
fi &&

if is_depends_enabled $SPELL unixodbc; then
    OPTS="$OPTS --with-unixODBC=/usr"
fi &&

default_build