blob: 7db04f8af460cb8627f87354fc625130478efb6f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/Makefile.am 2005-11-18 03:19:43.000000000 +0100
+++ b/Makefile.am 2005-11-18 03:20:18.000000000 +0100
@@ -33,6 +33,7 @@
vchkpw_SOURCES = vchkpw.c md5.c hmac_md5.c
vchkpw_LDADD = libvpopmail.a @auth_libs@
+vchkpw_LDFLAGS = -Wl,-z,now
vchangepw_SOURCES = vchangepw.c
vchangepw_LDADD = libvpopmail.a @auth_libs@
|