extra-cmake-modules: don't change the RPATH settings

We don't need KDE upstream messing up our RPATH.
This commit is contained in:
Thomas Tuegel 2016-05-31 12:57:42 -05:00
parent ca34e075e4
commit 94fcfc9c41

View File

@ -29,6 +29,7 @@ _ecmPropagateSharedData() {
_ecmConfig() {
# Because we need to use absolute paths here, we must set *all* the paths.
cmakeFlags+=" -DKDE_SKIP_RPATH_SETTINGS=TRUE"
cmakeFlags+=" -DKDE_INSTALL_EXECROOTDIR=${!outputBin}"
cmakeFlags+=" -DKDE_INSTALL_BINDIR=${!outputBin}/bin"
cmakeFlags+=" -DKDE_INSTALL_SBINDIR=${!outputBin}/sbin"