mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
freetds: fix xlint, cross, and revbump for ODBC
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
bca5eca8fa
commit
ddf17e8f3f
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'freetds'
|
||||
pkgname=freetds
|
||||
version=1.1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
depends="unixodbc"
|
||||
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=/usr"
|
||||
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="readline-devel unixodbc-devel"
|
||||
depends="unixodbc"
|
||||
short_desc="Open source implementation of the Tabular Data Stream protocol"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="LGPL-2.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue