diff -r 2c33f3e06b82 -r 34ab76be96ef 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"