Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] freetds: build with ODBC driver
@ 2019-07-24 10:48 voidlinux-github
  2019-07-24 14:08 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-07-24 10:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 406 bytes --]

There is a new pull request by jpastuszek against master on the void-packages repository

https://github.com/jpastuszek/void-packages master
https://github.com/void-linux/void-packages/pull/13311

freetds: build with ODBC driver
FreeTDS does not build with ODBC driver by default. Using unixodbc as driver manager.

A patch file from https://github.com/void-linux/void-packages/pull/13311.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-13311.patch --]
[-- Type: application/text/x-diff, Size: 938 bytes --]

From 708d44dc9e75a060dc226e11b7637dd2c2b2b848 Mon Sep 17 00:00:00 2001
From: Jakub Pastuszek <jpastuszek@protonmail.com>
Date: Wed, 24 Jul 2019 11:31:40 +0100
Subject: [PATCH] freetds: build with ODBC driver

---
 srcpkgs/freetds/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: freetds: build with ODBC driver
  2019-07-24 10:48 [PR PATCH] freetds: build with ODBC driver voidlinux-github
@ 2019-07-24 14:08 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-07-24 14:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

There's a merged pull request on the void-packages repository

freetds: build with ODBC driver
https://github.com/void-linux/void-packages/pull/13311
Description: FreeTDS does not build with ODBC driver by default. Using unixodbc as driver manager.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-24 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24 10:48 [PR PATCH] freetds: build with ODBC driver voidlinux-github
2019-07-24 14:08 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).