From 53b761a995368d71f5cb78b38cd5d5bb62bf300f Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Wed, 23 Oct 2019 13:13:18 -0400 Subject: [PATCH] forgot to un-remove without-tcl and disable-shared --- PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d49db7f..eaa6ee9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -34,10 +34,12 @@ build() { cd "${srcdir}/${_pkgname}" LIBS="-lpam -lkrb5 -lcrypto -lssl -ltcl" \ ./configure \ - --prefix=/usr \ - --with-passfile=.pine-passfile \ - --with-system-pinerc=/etc/${pkgname}.d/pine.conf \ - --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed + --prefix=/usr \ + --with-passfile=.pine-passfile \ + --with-system-pinerc=/etc/${pkgname}.d/pine.conf \ + --without-tcl \ + --disable-shared \ + --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed make } package() {