alpine: enable passfile.
This commit is contained in:
parent
ab4809d82f
commit
0802a23d28
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'alpine'
|
# Template file for 'alpine'
|
||||||
pkgname=alpine
|
pkgname=alpine
|
||||||
version=2.24
|
version=2.24
|
||||||
revision=2
|
revision=3
|
||||||
_githash=3165f59b344fb4d56d161541f294754d56bcb372
|
_githash=3165f59b344fb4d56d161541f294754d56bcb372
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
wrksrc="${pkgname}-${_gitshort}"
|
wrksrc="${pkgname}-${_gitshort}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-passfile --without-tcl --disable-shared
|
configure_args="--with-passfile=.pine-passfile --without-tcl --disable-shared
|
||||||
--with-ssl-dir=${XBPS_CROSS_BASE}/usr
|
--with-ssl-dir=${XBPS_CROSS_BASE}/usr
|
||||||
--with-system-pinerc=/etc/${pkgname}.d/pine.conf
|
--with-system-pinerc=/etc/${pkgname}.d/pine.conf
|
||||||
--with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed"
|
--with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed"
|
||||||
|
|
Loading…
Reference in New Issue