~alpine/aports

main/unixodbc: Add static linking support v1 APPLIED

Tom Parker-Shemilt <palfrey@tevp.net>
Tom Parker-Shemilt: 1
 main/unixodbc: Add static linking support

 1 files changed, 3 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3111/mbox | git am -3
Learn more about email & git

[PATCH] main/unixodbc: Add static linking support Export this patch

Tom Parker-Shemilt <palfrey@tevp.net>
---
 main/unixodbc/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/unixodbc/APKBUILD b/main/unixodbc/APKBUILD
index a09aa1d588..47139f61f8 100644
--- a/main/unixodbc/APKBUILD
+++ b/main/unixodbc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=unixodbc
pkgver=2.3.7
pkgrel=1
pkgrel=2
pkgdesc="ODBC is an open specification to access Data Sources"
url="http://www.unixodbc.org/"
arch="all"
@@ -24,7 +24,8 @@ build() {
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--disable-nls \
		--enable-gui=no
		--enable-gui=no \
		--enable-static
	make
}

-- 
2.17.0