forgot to un-remove without-tcl and disable-shared

master
an 2019-10-23 13:13:18 -04:00
parent 4563a3e587
commit 53b761a995
1 changed files with 6 additions and 4 deletions

View File

@ -37,6 +37,8 @@ build() {
--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
}