screen: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:30:30 -07:00 committed by classabbyamp
parent 1f2a895659
commit 64340d0430
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'screen' # Template file for 'screen'
pkgname=screen pkgname=screen
version=4.9.1 version=4.9.1
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-sys-screenrc=/etc/screenrc --enable-pam configure_args="--with-sys-screenrc=/etc/screenrc --enable-pam
--enable-colors256 --enable-rxvt_osc --enable-telnet --enable-colors256 --enable-rxvt_osc --enable-telnet
@ -18,6 +18,10 @@ checksum=26cef3e3c42571c0d484ad6faf110c5c15091fbf872b06fa7aa4766c7405ac69
build_options="multiuser" build_options="multiuser"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh
} }