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

(-)appl/su/Makefile.am (+1 lines)
Lines 7-12 Link Here
7
bin_PROGRAMS = su
7
bin_PROGRAMS = su
8
bin_SUIDS = su
8
bin_SUIDS = su
9
su_SOURCES = su.c
9
su_SOURCES = su.c
10
su_LDFLAGS = -Wl,-z,now
10
man_MANS = su.1
11
man_MANS = su.1
11
12
12
LDADD = $(LIB_kafs) \
13
LDADD = $(LIB_kafs) \
(-)appl/otp/Makefile.am (+1 lines)
Lines 8-13 Link Here
8
bin_SUIDS = otp
8
bin_SUIDS = otp
9
otp_SOURCES = otp.c otp_locl.h
9
otp_SOURCES = otp.c otp_locl.h
10
otpprint_SOURCES = otpprint.c otp_locl.h
10
otpprint_SOURCES = otpprint.c otp_locl.h
11
otp_LDFLAGS = -Wl,-z,now
11
12
12
man_MANS = otp.1  otpprint.1
13
man_MANS = otp.1  otpprint.1
13
14

Return to bug 185899