~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] main/unixodbc: Add static linking support

Tom Parker-Shemilt <palfrey@tevp.net>
Details
Message ID
<20191101111928.73275-1-palfrey@tevp.net>
DKIM signature
missing
Download raw message
Patch: +3 -2
---
 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
Reply to thread Export thread (mbox)