File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828 case ` uname` in
2929 Darwin)
3030 EXTRA_LIBS=" -lresolv"
31+ EXTRA_CPPFLAGS=" -Wno-deprecated-declarations"
3132 ;;
3233 FreeBSD)
3334 EXTRA_LDFLAGS=" ${EXTRA_LDFLAGS} -L/usr/local/lib"
3940 ;;
4041 esac
4142
42- ./configure GMOCK_DIR=${GMOCK} ${CONFIGURE_FLAGS} PROTOC=${INSTALL_DIR} /bin/protoc PKG_CONFIG_PATH=" ${INSTALL_DIR} /lib/pkgconfig" CPPFLAGS=" -I${INSTALL_DIR} /include -I${PWD} /third_party/objecthash" CXXFLAGS=" ${CXXFLAGS} ${EXTRA_CXXFLAGS} " LDFLAGS=" -L${INSTALL_DIR} /lib -L${PWD} /third_party/objecthash $EXTRA_LDFLAGS " LIBS=" ${EXTRA_LIBS} " INSTALL_DIR=${INSTALL_DIR} || tail -1000 config.log
43+ ./configure GMOCK_DIR=${GMOCK} ${CONFIGURE_FLAGS} PROTOC=${INSTALL_DIR} /bin/protoc PKG_CONFIG_PATH=" ${INSTALL_DIR} /lib/pkgconfig" CPPFLAGS=" -I${INSTALL_DIR} /include -I${PWD} /third_party/objecthash ${EXTRA_CPPFLAGS} " CXXFLAGS=" ${CXXFLAGS} ${EXTRA_CXXFLAGS} " LDFLAGS=" -L${INSTALL_DIR} /lib -L${PWD} /third_party/objecthash $EXTRA_LDFLAGS " LIBS=" ${EXTRA_LIBS} " INSTALL_DIR=${INSTALL_DIR} || tail -1000 config.log
4344
4445 ./config.status --config
4546fi
You can’t perform that action at this time.
0 commit comments