summaryrefslogtreecommitdiffstats
path: root/bootstrap-cpp.sh
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-08-17 13:01:29 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-08-17 13:01:29 +0200
commitb56e7e401c792da1b6470213e54730cdd7ba843c (patch)
treee4c7124033c10444d6baff0d4d609b3ed5a1ebcc /bootstrap-cpp.sh
parent7e356d3900feb7342248be379a62f6450e1fd84a (diff)
Remove build rpath that is not needed.
Diffstat (limited to 'bootstrap-cpp.sh')
-rwxr-xr-xbootstrap-cpp.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap-cpp.sh b/bootstrap-cpp.sh
index ade0c5a193b..d4daf39c79c 100755
--- a/bootstrap-cpp.sh
+++ b/bootstrap-cpp.sh
@@ -29,6 +29,5 @@ cmake3 \
-DEXTRA_LINK_DIRECTORY="/opt/vespa-boost/lib;/opt/vespa-libtorrent/lib;/opt/vespa-zookeeper-c-client/lib;/opt/vespa-cppunit/lib;/usr/lib64/llvm3.9/lib" \
-DEXTRA_INCLUDE_DIRECTORY="/opt/vespa-boost/include;/opt/vespa-libtorrent/include;/opt/vespa-zookeeper-c-client/include;/opt/vespa-cppunit/include;/usr/include/llvm3.9" \
-DCMAKE_INSTALL_RPATH="/opt/vespa/lib64;/opt/vespa-boost/lib;/opt/vespa-libtorrent/lib;/opt/vespa-zookeeper-c-client/lib;/opt/vespa-cppunit/lib;/usr/lib/jvm/java-1.8.0/jre/lib/amd64/server;/usr/include/llvm3.9" \
- -DCMAKE_BUILD_RPATH=/opt/vespa/lib64 \
-DVALGRIND_UNIT_TESTS=no \
"${SOURCE_DIR}"