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() {