mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xdm: rebuild for libxcrypt
This commit is contained in:
parent
f919fb0522
commit
7b73aac712
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xdm'
|
# Template file for 'xdm'
|
||||||
pkgname=xdm
|
pkgname=xdm
|
||||||
version=1.1.14
|
version=1.1.14
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-random-device=/dev/urandom
|
configure_args="--with-random-device=/dev/urandom
|
||||||
--with-utmp-file=/var/run/utmp
|
--with-utmp-file=/var/run/utmp
|
||||||
|
@ -24,6 +24,10 @@ homepage="http://xorg.freedesktop.org"
|
||||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
||||||
checksum=3e9bf25636797ec9e595286dd6820ecc33901439f07705eaf608ecda012c3d5f
|
checksum=3e9bf25636797ec9e595286dd6820ecc33901439f07705eaf608ecda012c3d5f
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export DEF_USER_PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
|
export DEF_USER_PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue