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

Jan de Groot jgc at archlinux.org
Tue Dec 22 15:32:48 UTC 2015


    Date: Tuesday, December 22, 2015 @ 16:32:47
  Author: jgc
Revision: 257155

upgpkg: libxml++ 2.40.1-1

Modified:
  libxml++/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-22 15:14:10 UTC (rev 257154)
+++ PKGBUILD	2015-12-22 15:32:47 UTC (rev 257155)
@@ -3,8 +3,8 @@
 
 pkgbase=libxml++
 pkgname=('libxml++' 'libxml++-docs')
-pkgver=2.40.0
-pkgrel=2
+pkgver=2.40.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://libxmlplusplus.sourceforge.net/"
@@ -11,11 +11,13 @@
 makedepends=('pkgconfig' 'glibmm-docs' 'libxml2' 'glibmm')
 options=('!emptydirs')
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('a7b9703203696972cae50436e150979ef187d9b03c95519bdd89623b4068162a')
+sha256sums=('4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
   ./configure --prefix=/usr
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list