Forward port KDE SVN r803253 to fix potential security hole

pull/2/head
Timothy Pearson 10 years ago
parent 1312d2b18e
commit c383da9dc6

@ -182,6 +182,7 @@
// ksmserver
#cmakedefine DBUS_SYSTEM_BUS "@DBUS_SYSTEM_BUS@"
#cmakedefine HAVE__ICETRANSNOLISTEN 1
// ksplashml
#cmakedefine HAVE_XINERAMA 1

@ -9,6 +9,8 @@
#
#################################################
include( ConfigureChecks.cmake )
if( NOT DBUS_SYSTEM_BUS )
set( DBUS_SYSTEM_BUS "unix:path=/var/run/dbus/system_bus_socket" CACHE INTERNAL "" FORCE )
endif()

@ -0,0 +1,12 @@
#################################################
#
# (C) 2014 Timothy Pearson
# kb9vqf (AT) pearsoncomputing (DOT) net
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
check_library_exists( ICE _IceTransNoListen "" HAVE__ICETRANSNOLISTEN )
Loading…
Cancel
Save