diff options
Diffstat (limited to 'libre/xchat')
-rw-r--r-- | libre/xchat/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |