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

Andreas Radke andyrtr at archlinux.org
Sun Apr 11 15:31:29 UTC 2021


    Date: Sunday, April 11, 2021 @ 15:31:29
  Author: andyrtr
Revision: 412232

upgpkg: libcmis 0.5.2-7: fix build - FS#70406; avoid overlinking

Modified:
  libcmis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-11 13:13:09 UTC (rev 412231)
+++ PKGBUILD	2021-04-11 15:31:29 UTC (rev 412232)
@@ -2,7 +2,7 @@
 
 pkgname=libcmis
 pkgver=0.5.2
-pkgrel=6
+pkgrel=7
 pkgdesc="a C/C++ client library for the CMIS protocol"
 arch=('x86_64')
 url="https://github.com/tdf/libcmis"
@@ -23,7 +23,8 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr DOCBOOK2MAN='docbook2man' --disable-werror
+  ./configure --prefix=/usr DOCBOOK2MAN='db2x_docbook2man' --disable-werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list