summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/heimdal/006_all_heimdal-suid_fix.patch
blob: 0f7d281add9638b292a4b812d029c1750f584d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- appl/otp/Makefile.am	2004-09-17 22:22:54.046301075 +0000
+++ appl/otp/Makefile.am	2004-09-17 22:23:15.293145945 +0000
@@ -8,6 +8,7 @@
 bin_SUIDS = otp
 otp_SOURCES = otp.c otp_locl.h
 otpprint_SOURCES = otpprint.c otp_locl.h
+otp_LDFLAGS = -Wl,-z,now
 
 man_MANS = otp.1  otpprint.1
 
--- appl/su/Makefile.am	2005-06-16 16:27:46.000000000 +0000
+++ appl/su/Makefile.am	2005-07-11 20:34:21.000000000 +0000
@@ -7,6 +7,7 @@
 bin_PROGRAMS = su
 bin_SUIDS = su
 su_SOURCES = su.c
+su_LDFLAGS = -Wl,-z,now
 man_MANS = su.1
 
 LDADD = $(LIB_kafs) \