diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2013-08-16 23:38:50 +0000 |
---|---|---|
committer | Keith M Wesolowski <wesolows@foobazco.org> | 2013-08-16 23:38:50 +0000 |
commit | fe1c7d3fa5e382d8e5a49fb8e2cd357101ba0fc7 (patch) | |
tree | a06dcf90a4e4eab98ffc8ab31de47177c4322d6d /usr/src/lib/libshare/nfs | |
parent | 97e15e6eed2964a65ce5647f23e68d32a00119b2 (diff) | |
parent | 0a47c91c895e274dd0990009919e30e984364a8b (diff) | |
download | illumos-joyent-fe1c7d3fa5e382d8e5a49fb8e2cd357101ba0fc7.tar.gz |
[illumos-gate merge]
commit 0a47c91c895e274dd0990009919e30e984364a8b
3089 want ::typedef
3690 mdb on x86 should be able to print alternate register names
3688 Want mdb -e
3094 libctf should support removing a dynamic type
3095 libctf does not validate arrays correctly
3096 libctf does not validate function types correctly
3689 Want an mdb test suite driver
commit 494f7e12a62129ef191a15f9dfde6b7abe3bf510
3915 Add adjuncts support to the build
Diffstat (limited to 'usr/src/lib/libshare/nfs')
-rw-r--r-- | usr/src/lib/libshare/nfs/Makefile.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libshare/nfs/Makefile.com b/usr/src/lib/libshare/nfs/Makefile.com index 44e661bbe2..7a4da89955 100644 --- a/usr/src/lib/libshare/nfs/Makefile.com +++ b/usr/src/lib/libshare/nfs/Makefile.com @@ -52,8 +52,8 @@ CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized -CPPFLAGS += -D_REENTRANT -I$(NFSLIB_DIR) -I/usr/include/libxml2 \ - -I$(SRCDIR)/../common +CPPFLAGS += -D_REENTRANT -I$(NFSLIB_DIR) \ + -I$(ADJUNCT_PROTO)/usr/include/libxml2 -I$(SRCDIR)/../common .KEEP_STATE: |