build_style/cmake: remove CMAKE_SKIP_RPATH; let the sw handle it.

This commit is contained in:
Juan RP 2014-06-02 11:34:19 +02:00
parent aa3acec7fb
commit f9b70f9e4e

View file

@ -22,7 +22,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
_EOF
configure_args+=" -DCMAKE_TOOLCHAIN_FILE=cross_${XBPS_CROSS_TRIPLET}.cmake"
fi
configure_args+=" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON"
configure_args+=" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release"
cmake ${configure_args} ..
}