From c7115119138e8509860f192d5522da4c3b633546 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 21 Feb 2015 14:53:20 +0100 Subject: [PATCH] xdm: fix cross build. --- srcpkgs/xdm/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xdm/template b/srcpkgs/xdm/template index ae774148e6f..ef8f90207c3 100644 --- a/srcpkgs/xdm/template +++ b/srcpkgs/xdm/template @@ -1,8 +1,11 @@ # Template build file for 'xdm'. pkgname=xdm version=1.1.11 -revision=1 +revision=2 build_style=gnu-configure +configure_args="--with-random-device=/dev/urandom + --with-utmp-file=/var/run/utmp + --with-wtmp-file=/var/log/wtmp" hostmakedepends="pkg-config" makedepends="libXaw-devel" depends="sessreg xconsole"