aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeraphim Mellos <mellos@ceid.upatras.gr>2008-06-20 12:49:48 +0300
committerSeraphim Mellos <mellos@ceid.upatras.gr>2008-06-20 12:49:48 +0300
commitb848c8582e597287af9a72488737e672b95e3aa2 (patch)
tree8c53c1871c35fc27559bd66e952d245709588822 /Make.defs
parentCompleted shadow update mechanisms for pam_unix (diff)
downloadopenpam-modules-b848c8582e597287af9a72488737e672b95e3aa2.tar.gz
openpam-modules-b848c8582e597287af9a72488737e672b95e3aa2.tar.bz2
openpam-modules-b848c8582e597287af9a72488737e672b95e3aa2.zip
Completed update_passwd function for pam_unix
Diffstat (limited to 'Make.defs')
-rw-r--r--Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.defs b/Make.defs
index 465c9e1..c39353d 100644
--- a/Make.defs
+++ b/Make.defs
@@ -7,7 +7,7 @@ LD = $(CC)
RM = rm -f
MKDIR = mkdir -p
INSTALL = install -c
-CFLAGS = -Wall -g -fPIC -I../../include -I/opt/local/include -O2
+CFLAGS = -Wall -g -fPIC -I../../include -I/opt/local/include -O2 -D_XOPEN_SOURCE=500 -D_SVID_SOURCE
LDFLAGS = -shared -L/opt/local/lib # -Wl,$(LINKEROPTS)
LINKEROPTS =
LDLIBS = -lpam -lcrypt