[arch-commits] Commit in unixodbc/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Wed May 11 18:36:23 UTC 2022


    Date: Wednesday, May 11, 2022 @ 18:36:23
  Author: andyrtr
Revision: 445022

upgpkg: unixodbc 2.3.11-1: upstream update 2.3.11

Modified:
  unixodbc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-11 18:35:40 UTC (rev 445021)
+++ PKGBUILD	2022-05-11 18:36:23 UTC (rev 445022)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=unixodbc
-pkgver=2.3.10
+pkgver=2.3.11
 pkgrel=1
 pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
 arch=('x86_64')
@@ -12,11 +12,12 @@
 backup=('etc/odbc.ini' 'etc/odbcinst.ini')
 depends=('readline' 'libltdl')
 source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
-sha256sums=('783c8fe0a26fa6406ad951236f7bfc6555dec63c82d7d1c6d171db392208a15f')
+sha256sums=('d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c')
 
 build() {
     cd unixODBC-${pkgver}
     ./configure --prefix=/usr --sysconfdir=/etc
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
     make
 }
 



More information about the arch-commits mailing list