From 4993eac25ce2737fc45aec08f21226f523405804 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 23 Oct 2019 21:51:46 +0000 Subject: remove never working setuid helper code from the build-system. refer to the Changelog for a longer reason. In conclusion, this is what people expect, this is what Package Managers patch away for portability, and we can't use install(1) for this because it's not a portable tool. --- src/transport/Makefile.am | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index b690fa345..8221b7847 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -93,26 +93,6 @@ if LINUX test_quota_compliance_wlan_asymmetric endif -if HAVE_SUDO -SUDO_OR_DOAS_BINARY= $(SUDO_BINARY) -else -if HAVE_DOAS_BINARY -SUDO_OR_DOAS_BINARY= $(DOAS_BINARY) -endif -endif - -if LINUX -install-exec-hook: - chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-transport-wlan - chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-transport-wlan -if HAVE_LIBBLUETOOTH - chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-transport-bluetooth - chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-transport-bluetooth -endif -else -install-exec-hook: -endif - if LINUX if HAVE_LIBBLUETOOTH BT_BIN = gnunet-helper-transport-bluetooth -- cgit v1.2.3