|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
# This has to be included here since it is one of the vars NOT copied from the original environment
|
|
# This has to be included here since it is one of the vars NOT copied from the original environment
|
|
export LD_LIBRARY_PATH="${BOOST_LIB}:${WT_LIB}:${LD_LIBRARY_PATH}"
|
|
export LD_LIBRARY_PATH="${BOOST_LIB}:${WT_LIB}:${LD_LIBRARY_PATH}"
|
|
|
|
+export CPLUS_INCLUDE_PATH=/usr/include/postgresql:/usr/include/postgresql/9.3/server:$CPLUS_INCLUDE_PATH
|
|
|
|
|
|
sed -i 's|INSERT_DB_HOST_HERE|'"${DBHOST}"'|g' benchmark.cpp
|
|
sed -i 's|INSERT_DB_HOST_HERE|'"${DBHOST}"'|g' benchmark.cpp
|
|
|
|
|