Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185899 | Differences between
and this patch

Collapse All | Expand All

(-)gentoo/patches/005_all_heimdal-suid_fix.patch (-1 / +1 lines)
Lines 3-9 Link Here
3
@@ -7,6 +7,7 @@
3
@@ -7,6 +7,7 @@
4
 bin_PROGRAMS = su
4
 bin_PROGRAMS = su
5
 bin_SUIDS = su
5
 bin_SUIDS = su
6
 su_SOURCES = su.c
6
 su_SOURCES = su.c supaths.h
7
+su_LDFLAGS = -Wl,-z,now
7
+su_LDFLAGS = -Wl,-z,now
8
 man_MANS = su.1
8
 man_MANS = su.1
9
 
9
 

Return to bug 185899