summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-freebsd/freebsd-libexec/files/freebsd-libexec-setXid.patch')
-rw-r--r--sys-freebsd/freebsd-libexec/files/freebsd-libexec-setXid.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-libexec/files/freebsd-libexec-setXid.patch b/sys-freebsd/freebsd-libexec/files/freebsd-libexec-setXid.patch
new file mode 100644
index 0000000..4a53dd1
--- /dev/null
+++ b/sys-freebsd/freebsd-libexec/files/freebsd-libexec-setXid.patch
@@ -0,0 +1,10 @@
+diff -ur libexec.orig/pt_chown/Makefile libexec/pt_chown/Makefile
+--- libexec.orig/pt_chown/Makefile Thu Apr 7 20:09:33 2005
++++ libexec/pt_chown/Makefile Thu Apr 7 20:16:36 2005
+@@ -6,4 +6,6 @@
+ BINMODE=4555
+ NOMAN=
+
++LDFLAGS += -Wl,-z,now
++
+ .include <bsd.prog.mk>