diff options
author | rie <none@none> | 2008-01-14 12:21:55 -0800 |
---|---|---|
committer | rie <none@none> | 2008-01-14 12:21:55 -0800 |
commit | 22337b4b3c8a2b9db615e524e0e9e1fbd3dc71bf (patch) | |
tree | 1431c3d17f33861e44819396683e9b017b522402 /usr/src/lib/rpcsec_gss | |
parent | 0275604fc884950e825477a54bd32e98bc9bafbb (diff) | |
download | illumos-joyent-22337b4b3c8a2b9db615e524e0e9e1fbd3dc71bf.tar.gz |
6634436 XFFLAG should be updated.
Diffstat (limited to 'usr/src/lib/rpcsec_gss')
-rw-r--r-- | usr/src/lib/rpcsec_gss/Makefile.com | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/src/lib/rpcsec_gss/Makefile.com b/usr/src/lib/rpcsec_gss/Makefile.com index 942aeb68bb..7908550600 100644 --- a/usr/src/lib/rpcsec_gss/Makefile.com +++ b/usr/src/lib/rpcsec_gss/Makefile.com @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -35,7 +35,11 @@ include ../../Makefile.lib CPPFLAGS += -D_REENTRANT -I$(SRC)/uts/common/gssapi/include \ -I$(SRC)/uts/common -CFLAGS += $(XFFLAG) + +CFLAGS += $(XFFLAG) +CFLAGS64 += $(XFFLAG) + +DYNFLAGS += $(ZIGNORE) LINTSRC= $(LINTLIB:%.ln=%) |