소스 검색

Merge pull request #3504 from pherl/3.4.x

Prefer system distributed binaries/libraries.
Jisi Liu 8 년 전
부모
커밋
fdb5cd5e4b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      python/release/wheel/protobuf_optimized_pip.sh

+ 3 - 0
python/release/wheel/protobuf_optimized_pip.sh

@@ -47,6 +47,9 @@ cd $DIR/protobuf-${PROTOBUF_VERSION}
 sed -i '/AC_PROG_OBJC/d' configure.ac
 sed -i 's/conformance\/Makefile//g' configure.ac
 
+# Use the /usr/bin/autoconf and related tools to pick the correct aclocal macros
+export PATH="/usr/bin:$PATH"
+
 # Build protoc
 ./autogen.sh
 CXXFLAGS="-fPIC -g -O2" ./configure