summaryrefslogtreecommitdiff
path: root/net-libs/liboping/files/liboping-1.6.2-nouidmagic.patch
blob: 2cb1b25e12e0d40880cf6f113c686fc71f3c0bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -ruN liboping-1.6.2.orig/src/Makefile.am liboping-1.6.2/src/Makefile.am
--- liboping-1.6.2.orig/src/Makefile.am	2012-01-31 17:20:44.000000000 +0100
+++ liboping-1.6.2/src/Makefile.am	2012-06-11 21:21:08.000000000 +0200
@@ -52,15 +52,3 @@
 endif
 endif # BUILD_WITH_LIBNCURSES
 
-install-exec-hook:
-	@if test "x0" = "x$$UID"; then \
-		if test "xLinux" = "x`uname -s`"; then \
-			echo "Setting CAP_NET_RAW capability on binaries."; \
-			setcap cap_net_raw=ep $(DESTDIR)$(bindir)/oping || true; \
-			setcap cap_net_raw=ep $(DESTDIR)$(bindir)/noping || true; \
-		else \
-			echo "Setting set-UID bit on binaries."; \
-			chmod u+s $(DESTDIR)$(bindir)/oping || true; \
-			chmod u+s $(DESTDIR)$(bindir)/noping || true; \
-		fi; \
-	fi