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

master
an 2019-10-23 13:13:18 -04:00
부모 4563a3e587
커밋 53b761a995
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

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