23200513 pcre Makefile references non-existent LINTFLAGS
authorJingning Ji <jingning.ji@oracle.com>
Tue, 26 Jul 2016 15:27:27 -0700
changeset 6481 34ab76be96ef
parent 6480 2c33f3e06b82
child 6482 d5493015b12e
23200513 pcre Makefile references non-existent LINTFLAGS
components/pcre/Makefile
--- a/components/pcre/Makefile	Tue Jul 26 14:29:50 2016 -0700
+++ b/components/pcre/Makefile	Tue Jul 26 15:27:27 2016 -0700
@@ -60,10 +60,7 @@
 
 CXXFLAGS+=	$(XPG5MODE)
 
-# We need to do this because libtool adds wrong paths to RPATH.
-# LDFLAGS += -L$(CONFIGURE_LIBDIR.$(BITS)) -R$(CONFIGURE_LIBDIR.$(BITS))
-
-LINTFLAGS+=	-I. $(studio_XBITS) $(CPP_LARGEFILES)
+LINT_FLAGS+=	$(CPP_LARGEFILES)
 
 CONFIGURE_ENV+=	"CPP=$(CC) $(CPPFLAGS) $(CFLAGS) -E"
 CONFIGURE_ENV+=	"CXXCPP=$(CXX) $(CPPFLAGS) $(CXXFLAGS) -E"