From 3e7c8239f52eb7691864e9e218c357ab70e8a8a3 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 13 Aug 2016 20:18:27 -0500 Subject: xchat-2.8.8-19.parabola1: Fix overlinking, rebuild with current librsvg to fix icon sizes --- libre/xchat/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libre/xchat/PKGBUILD b/libre/xchat/PKGBUILD index 97994323c..af5efe18d 100644 --- a/libre/xchat/PKGBUILD +++ b/libre/xchat/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xchat pkgver=2.8.8 -pkgrel=18.parabola1 +pkgrel=19.parabola1 pkgdesc="A GTK+ based IRC client, without nonfree browser reference" arch=('i686' 'x86_64' 'armv7h') url="http://www.xchat.org/" @@ -53,6 +53,7 @@ build() { LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share \ --enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } -- cgit v1.2.3