diff options
Diffstat (limited to 'usr/src/lib/libpool')
| -rw-r--r-- | usr/src/lib/libpool/Makefile.com | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libpool/Makefile.com b/usr/src/lib/libpool/Makefile.com index 51a3e7a5a6..3ec7bb8d25 100644 --- a/usr/src/lib/libpool/Makefile.com +++ b/usr/src/lib/libpool/Makefile.com @@ -41,12 +41,12 @@ include ../../Makefile.lib # Adding -lxml2 to LDLIBS would cause lint to complain as there is no .ln file # for libxml2, so add it to DYNFLAGS DYNFLAGS += -lxml2 +NATIVE_LIBS += libxml2.so -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lscf -lnvpair -lexacct -lc SRCDIR = ../common -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) CFLAGS += $(CCVERBOSE) CPPFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64 \ @@ -63,6 +63,4 @@ SMATCH=off all: $(LIBS) -lint: lintcheck - include ../../Makefile.targ |
