aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/makefile/compile_linux_protobuf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/makefile/compile_linux_protobuf.sh')
-rwxr-xr-xtensorflow/contrib/makefile/compile_linux_protobuf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/makefile/compile_linux_protobuf.sh b/tensorflow/contrib/makefile/compile_linux_protobuf.sh
index 480fbcc215..6eb061a3c9 100755
--- a/tensorflow/contrib/makefile/compile_linux_protobuf.sh
+++ b/tensorflow/contrib/makefile/compile_linux_protobuf.sh
@@ -38,7 +38,7 @@ then
exit 1
fi
-./configure --prefix="${GENDIR}"
+./configure --prefix="${GENDIR}" --with-pic
if [ $? -ne 0 ]
then
echo "./configure command failed."