diff options
author | af <none@none> | 2007-03-01 06:49:29 -0800 |
---|---|---|
committer | af <none@none> | 2007-03-01 06:49:29 -0800 |
commit | ef6c36dbbd258b0657b4755d78d229d176457bc3 (patch) | |
tree | 40d59d69532f8f893a861392c6c25f3f350b958e | |
parent | 46657f8d750bdb71753495ce2919170f126b8e34 (diff) | |
download | illumos-gate-ef6c36dbbd258b0657b4755d78d229d176457bc3.tar.gz |
PSARC 2007/101 FMA libfmd_msg
6510717 syslog and snmp agents can both use setlocale() at the same time (lint)
-rw-r--r-- | usr/src/lib/fm/libfmd_msg/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/fm/libfmd_msg/Makefile.com b/usr/src/lib/fm/libfmd_msg/Makefile.com index 70d82c62b4..28f18c29a4 100644 --- a/usr/src/lib/fm/libfmd_msg/Makefile.com +++ b/usr/src/lib/fm/libfmd_msg/Makefile.com @@ -42,7 +42,7 @@ SRCDIR = ../common CPPFLAGS += -I../common -I. CFLAGS += $(CCVERBOSE) $(C_BIGPICFLAGS) CFLAGS64 += $(CCVERBOSE) $(C_BIGPICFLAGS) -LDLIBS += -lnvpair -lgen -lc +LDLIBS += -lc LINTFLAGS = -msux LINTFLAGS64 = -msux -Xarch=$(MACH64:sparcv9=v9) |