05f6862
--- kdelibs-3.4.91/kdecore/Makefile.am.orig	2005-09-27 17:15:22.000000000 +0200
05f6862
+++ kdelibs-3.4.91/kdecore/Makefile.am	2005-09-27 17:14:37.000000000 +0200
05f6862
@@ -172,14 +172,6 @@
05f6862
 kgrantpty_LDFLAGS = $(KDE_USE_PIE) $(KDE_RPATH) $(all_libraries)
05f6862
 kgrantpty_LDADD = ./libkdefakes.la
05f6862
 
05f6862
-# kgrantpty needs to be installed setuid root
05f6862
-install-exec-hook:
05f6862
-	@(chown 0 $(DESTDIR)$(bindir)/kgrantpty && chmod 4755 $(DESTDIR)$(bindir)/kgrantpty) || echo "Please make kgrantpty setuid root" >&2
05f6862
-	@echo ""
05f6862
-	@echo "kgrantpty is by default installed with a set SETUID root bit!"
05f6862
-	@echo "This is needed for konsole, etc. to ensure that they can't be eavesdropped."
05f6862
-	@echo ""
05f6862
-
05f6862
 DISTCLEANFILES = kde-config.cpp
05f6862
 
05f6862
 DOXYGEN_REFERENCES = dcop kdeui kparts kio
05f6862
--- kdelibs-3.4.91/kio/misc/kpac/Makefile.am.orig	2005-09-27 17:15:39.000000000 +0200
05f6862
+++ kdelibs-3.4.91/kio/misc/kpac/Makefile.am	2005-09-27 17:15:58.000000000 +0200
05f6862
@@ -24,6 +24,3 @@
05f6862
 
05f6862
 proxyscoutdatadir = $(kde_datadir)/proxyscout
05f6862
 proxyscoutdata_DATA = eventsrc
05f6862
-
05f6862
-install-exec-local:
05f6862
-	@(chown root $(DESTDIR)$(bindir)/kpac_dhcp_helper && chmod 4755 $(DESTDIR)$(bindir)/kpac_dhcp_helper) || echo "Please make kpac_dhcp_helper setuid root"