From 9c57e1f3b1f13721341c14f0e7ad87033c9a08a9 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 6 Jan 2021 11:27:11 -0300 Subject: [PATCH] Fixing arch build. --- arch/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 73c6a96..664daa2 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -9,7 +9,7 @@ url="https://portal.softwarepublico.gov.br/social/pw3270/" arch=(i686 x86_64) license=(GPL) depends=() -makedepends=(autoconf automake make openssl lib3270 gtk3 python3) +makedepends=(autoconf automake make openssl lib3270 gtk3 python3 libtool) checkdepends=() #groups=(gnome) @@ -22,8 +22,10 @@ conflicts=($pkgname) prepare() { cd $pkgname-$pkgver + mkdir -p scripts + touch scripts/config.rpath NOCONFIGURE=1 ./autogen.sh - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static } build() { -- libgit2 0.21.2