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

Jan de Groot jgc at archlinux.org
Wed Feb 8 13:01:59 UTC 2017


    Date: Wednesday, February 8, 2017 @ 13:01:58
  Author: jgc
Revision: 211235

upgpkg: libofx 0.9.10-2

Build with libxml++2.6

Modified:
  libofx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-08 12:57:56 UTC (rev 211234)
+++ PKGBUILD	2017-02-08 13:01:58 UTC (rev 211235)
@@ -4,12 +4,12 @@
 pkgbase=libofx
 pkgname=('libofx' 'libofx-doc')
 pkgver=0.9.10
-pkgrel=1
+pkgrel=2
 pkgdesc="API for the OFX banking standard"
 arch=('i686' 'x86_64')
 url="http://libofx.sourceforge.net"
 license=('GPL')
-depends=('opensp' 'curl' 'libxml++')
+depends=('opensp' 'curl' 'libxml++2.6')
 checkdepends=('gnupg')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('33f394c963c087217cb6c508af842d4844bc0823')
@@ -17,6 +17,7 @@
 build() {
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make CXXFLAGS+=-std=c++11
 }
 



More information about the arch-commits mailing list