diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2013-07-17 17:05:07 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-08-16 08:31:32 -0700 |
commit | 494f7e12a62129ef191a15f9dfde6b7abe3bf510 (patch) | |
tree | 786fce65f889c5fa2b64671a6c7c84f09b9d6dfb /usr/src/lib/libzonecfg/Makefile.com | |
parent | cf7e209d5f01e9f5fe052b444899ba9cba0e9877 (diff) | |
download | illumos-joyent-494f7e12a62129ef191a15f9dfde6b7abe3bf510.tar.gz |
3915 Add adjuncts support to the build
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@nexenta.com>
Diffstat (limited to 'usr/src/lib/libzonecfg/Makefile.com')
-rw-r--r-- | usr/src/lib/libzonecfg/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libzonecfg/Makefile.com b/usr/src/lib/libzonecfg/Makefile.com index 4c94fe6dd6..0bee2fc908 100644 --- a/usr/src/lib/libzonecfg/Makefile.com +++ b/usr/src/lib/libzonecfg/Makefile.com @@ -35,7 +35,7 @@ LDLIBS += -lc -lsocket -lnsl -luuid -lnvpair -lsysevent -lsec -lbrand \ $(DYNLIB) := LDLIBS += -lxml2 SRCDIR = ../common -CPPFLAGS += -I/usr/include/libxml2 -I$(SRCDIR) -D_REENTRANT +CPPFLAGS += -I$(ADJUNCT_PROTO)/usr/include/libxml2 -I$(SRCDIR) -D_REENTRANT CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-parentheses $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) |