mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Revert "extra-cmake-modules: don't change the RPATH settings"
This reverts commit 94fcfc9c41
.
This commit is contained in:
parent
d423a36aa5
commit
ddaebefb12
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ _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 a new issue