freetds: build with ODBC driver

This commit is contained in:
Jakub Pastuszek 2019-07-24 11:31:40 +01:00 committed by Jürgen Buchmüller
parent 3d342641af
commit bca5eca8fa
1 changed files with 3 additions and 2 deletions

View File

@ -3,9 +3,10 @@ pkgname=freetds
version=1.1.6 version=1.1.6
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--sysconfdir=/etc/freetds" depends="unixodbc"
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=/usr"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="readline-devel" makedepends="readline-devel unixodbc-devel"
short_desc="Open source implementation of the Tabular Data Stream protocol" short_desc="Open source implementation of the Tabular Data Stream protocol"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"