Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=ab7482d62312ef4576d3b7f47fbe44f6fc93d2ae

commit ab7482d62312ef4576d3b7f47fbe44f6fc93d2ae
Author: Michel Hermier <herm...@frugalware.org>
Date:   Thu Dec 2 13:48:25 2010 +0100

systemd-15-12-i686

* Add USE_SYSV_COMPAT (enabled by default) to test systemd without SysV
compatibility support.

diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild
index cce5ce9..85fef1d 100644
--- a/source/base/systemd/FrugalBuild
+++ b/source/base/systemd/FrugalBuild
@@ -2,6 +2,7 @@
# Maintainer: bouleetbil <bouleet...@frogdev.info>

USE_CRYPTSETUP=${USE_CRYPTSETUP:-"n"}
+USE_SYSV_COMPAT=${USE_SYSV_COMPAT:-"y"}
USE_TCP=${USE_TCP:-"n"}

pkgname=systemd
@@ -36,8 +37,12 @@ provides=('sysvinit')
conflicts=('sysvinit')

Fconfopts="$Fconfopts --disable-selinux --with-distro=frugalware 
--with-pamlibdir=/lib/security \
-       --with-rootdir="" 
--with-dbussystemservicedir=/usr/share/dbus-1/system-services \
+       --with-rootdir= 
--with-dbussystemservicedir=/usr/share/dbus-1/system-services \
--with-dbusinterfacedir=/usr/share/dbus-1/interfaces"
+if ! Fuse $USE_SYSV_COMPAT; then
+       Fconfopts="$Fconfopts --with-sysvinit-path= --with-sysvrcd-path="
+fi
+
subpkgs=('systemd-gtk')
subdescs=('Graphical frontend for systemd')
subrodepends=("$pkgname=$pkgver")
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to