From a0b2ade754df51cabfdd210107399eeaa9d4a09b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 8 Oct 2008 03:38:56 +0200 Subject: [PATCH] xorg-server: use --enable-install-setuid. I'll add soon a chroot target that will build the package specified in a chroot and with root privileges, so that setuid/setgid apps are fully supported while unpacking binary packages. --HG-- extra : convert_revision : 1e94fa5ffab2a89f52c79442deb632e697cc569e --- templates/xorg-server.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xorg-server.tmpl b/templates/xorg-server.tmpl index 26e21a3c193..c1f568c837c 100755 --- a/templates/xorg-server.tmpl +++ b/templates/xorg-server.tmpl @@ -5,7 +5,7 @@ extract_sufx=".tar.bz2" url=http://xorg.freedesktop.org/releases/individual/xserver build_style=gnu_configure configure_args="--with-xkb-path=$PKGFS_MASTERDIR/share/X11/xkb - --with-xkb-output=$PKGFS_MASTERDIR/var/db/xkb" + --with-xkb-output=$PKGFS_MASTERDIR/var/db/xkb --enable-install-setuid" make_cmd="$PKGFS_MASTERDIR/bin/gmake" make_install_args="SERVER_MISC_CONFIG_PATH=$PKGFS_DESTDIR/$pkgname-$version/lib/xorg" pkgconfig_override="xorg-server.pc"