mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
20 lines
556 B
Diff
20 lines
556 B
Diff
--- 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
|
|
|