Print this page
7849 Disable auditing when building native svc.configd
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
@@ -20,10 +20,12 @@
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright 2015 RackTop Systems.
+#
MYPROG = svc.configd
MYOBJS = \
backend.o \
configd.o \
@@ -56,12 +58,12 @@
CERRWARN += -_gcc=-Wno-type-limits
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-unused-function
CERRWARN += -_gcc=-Wno-uninitialized
-MYLDLIBS = -lumem -luutil -lbsm
-LDLIBS += -lsecdb $(MYLDLIBS)
+MYLDLIBS = -lumem -luutil
+LDLIBS += -lsecdb -lbsm $(MYLDLIBS)
LINTFLAGS += -errtags -erroff=E_BAD_FORMAT_ARG_TYPE2 -erroff=E_NAME_DEF_NOT_USED2
CLOBBERFILES += $(MYPROG:%=%-native)
LIBUUTIL = $(SRC)/lib/libuutil