summaryrefslogtreecommitdiffstats
path: root/main/heimdal/005_all_heimdal-suid_fix.patch
blob: 35a9ed9f6b47153b8eec2811d7159bf0f0213a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- appl/su/Makefile.am	2005-06-16 18:27:46.000000000 +0200
+++ appl/su/Makefile.am	2005-06-27 23:25:21.000000000 +0200
@@ -7,6 +7,7 @@
 bin_PROGRAMS = su
 bin_SUIDS = su
 su_SOURCES = su.c supaths.h
+su_LDFLAGS = -Wl,-z,now
 man_MANS = su.1
 
 LDADD = $(LIB_kafs) \
--- appl/otp/Makefile.am	2005-06-16 18:28:46.000000000 +0200
+++ appl/otp/Makefile.am	2005-06-27 23:25:40.000000000 +0200
@@ -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