[arch-commits] Commit in gdm/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Mar 20 13:34:55 UTC 2012


    Date: Tuesday, March 20, 2012 @ 09:34:54
  Author: ibiru
Revision: 153908

disable systemd, it seems we cannot have both ck and systemd enabled

Modified:
  gdm/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-20 12:22:04 UTC (rev 153907)
+++ PKGBUILD	2012-03-20 13:34:54 UTC (rev 153908)
@@ -3,7 +3,7 @@
 
 pkgname=gdm
 pkgver=3.3.92.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome Display Manager (a reimplementation of xdm)"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -34,7 +34,8 @@
       --disable-scrollkeeper \
       --disable-static \
       --without-tcp-wrappers \
-      --disable-schemas-compile
+      --disable-schemas-compile \
+      --with-systemd=no
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
   make
 }




More information about the arch-commits mailing list