comparison usr/src/lib/libsldap/Makefile.com @ 14142:20c0ad5cefdf

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>
author Keith M Wesolowski <wesolows@foobazco.org>
date Wed, 17 Jul 2013 17:05:07 -0700
parents 58bc6f85b799
children
comparison
equal deleted inserted replaced
14141:85a6c280af72 14142:20c0ad5cefdf
45 SRCDIR = ../common 45 SRCDIR = ../common
46 46
47 CFLAGS += $(CCVERBOSE) 47 CFLAGS += $(CCVERBOSE)
48 LOCFLAGS += -D_REENTRANT -DSUNW_OPTIONS 48 LOCFLAGS += -D_REENTRANT -DSUNW_OPTIONS
49 CPPFLAGS += -I../common -I$(SRC)/lib/libldap5/include/ldap \ 49 CPPFLAGS += -I../common -I$(SRC)/lib/libldap5/include/ldap \
50 -I/usr/include/mps $(LOCFLAGS) 50 -I$(ADJUNCT_PROTO)/usr/include/mps $(LOCFLAGS)
51 LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN 51 LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN
52 LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN 52 LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN
53 53
54 CERRWARN += -_gcc=-Wno-parentheses 54 CERRWARN += -_gcc=-Wno-parentheses
55 CERRWARN += -_gcc=-Wno-switch 55 CERRWARN += -_gcc=-Wno-switch