From e71252bedf2fcea742d5d923c478dd0c0ce1ff98 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 25 Jan 2020 20:53:29 +0300 Subject: [PATCH] xdm rebuild --- x11/misc/xdm/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/misc/xdm/actions.py b/x11/misc/xdm/actions.py index 02b788d616..fecc92adb1 100644 --- a/x11/misc/xdm/actions.py +++ b/x11/misc/xdm/actions.py @@ -14,7 +14,6 @@ def setup(): --enable-unix-transport \ --enable-tcp-transport \ --enable-local-transport \ - --enable-secure-rpc \ --enable-xpm-logos \ --enable-xdm-auth \ --with-pam \ @@ -25,6 +24,7 @@ def setup(): --with-xft \ --with-pixmapdir=/usr/share/X11/xdm/pixmaps \ ") + #--enable-secure-rpc \ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")