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

Felix Yan felixonmars at archlinux.org
Tue Feb 16 09:58:42 UTC 2021


    Date: Tuesday, February 16, 2021 @ 09:58:42
  Author: felixonmars
Revision: 408207

upgpkg: libunwind 1.5.0-1

Modified:
  libunwind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-16 09:55:26 UTC (rev 408206)
+++ PKGBUILD	2021-02-16 09:58:42 UTC (rev 408207)
@@ -5,16 +5,16 @@
 # Contributor: keystone <phillip.marvin at gmail.com>
 
 pkgname=libunwind
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
 arch=('x86_64')
 url='https://www.nongnu.org/libunwind/'
 license=('GPL')
-depends=('glibc' 'xz')
+depends=('xz' 'zlib')
 makedepends=('texlive-core')
 source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('60bce1e840f071d3a48cfa8e2acff988977956f659c5c04ce83f00751348fbbeddbfc54e8c9bd6ebc9073423ca5ee1816655dc5aa59fefd0a8edc9c3f7f3b913'
+sha512sums=('1df20ca7a8cee2f2e61294fa9b677e88fec52e9d5a329f88d05c2671c69fa462f6c18808c97ca9ff664ef57292537a844f00b18d142b1938c9da701ca95a4bab'
             'SKIP')
 validpgpkeys=('5C96BDEAF5F47FB02BD4F6B965D98560914F3F48'  # Arun Sharma
               '1675C8DA2EF907FB116EB709EC52B396E6874AF2'  # Dave Watson
@@ -22,8 +22,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list