diff options
| author | paulson <none@none> | 2005-07-29 12:51:21 -0700 |
|---|---|---|
| committer | paulson <none@none> | 2005-07-29 12:51:21 -0700 |
| commit | 2e0b02e963e21d020a9412bd3c6a1fb4ee507551 (patch) | |
| tree | 0ddd46a935d0d44cb2008ea9da1fa7982ddee309 /usr/src/cmd/praudit | |
| parent | 10302a14980e13ad53d6f3488d6c67701e4dad52 (diff) | |
| download | illumos-joyent-2e0b02e963e21d020a9412bd3c6a1fb4ee507551.tar.gz | |
4875480 The praudit and auditreduce commands not largefile aware.
6261894 auditd appears to not be large file aware.
Diffstat (limited to 'usr/src/cmd/praudit')
| -rw-r--r-- | usr/src/cmd/praudit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/praudit/Makefile b/usr/src/cmd/praudit/Makefile index a3dbb6a8cd..e51e7941a5 100644 --- a/usr/src/cmd/praudit/Makefile +++ b/usr/src/cmd/praudit/Makefile @@ -20,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -39,8 +39,8 @@ POFILE = praudit.po POFILES = $(OBJS:.o=.po) XGETFLAGS += -a -x praudit.xcl -CPPFLAGS += -D_PRAUDIT -CPPFLAGS += -I$(SRC)/lib/libbsm/common +CPPFLAGS += -D_PRAUDIT -I$(SRC)/lib/libbsm/common +CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 LDLIBS += -lbsm -lnsl -lpam |
