extra-cmake-modules: don't change the RPATH settings
We don't need KDE upstream messing up our RPATH.
This commit is contained in:
parent
ca34e075e4
commit
94fcfc9c41
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user