diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-05 14:54:05 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-05 14:58:17 +0100 |
| commit | 1fd9b8d6c9103aa774f98a5c0c16c94fee7c99b3 (patch) | |
| tree | 31e1115ee53df17e3b83c134c3f51c72c55197cf | |
| parent | 6525e1f94752c843aedcf924b2403979a07bd0e4 (diff) | |
| download | kde-1fd9b8d6c9103aa774f98a5c0c16c94fee7c99b3.tar.gz kde-1fd9b8d6c9103aa774f98a5c0c16c94fee7c99b3.tar.bz2 kde-1fd9b8d6c9103aa774f98a5c0c16c94fee7c99b3.zip | |
cmake.eclass: Add comment regarding cmake_src_prepare pushd/popd
We'll have to test affected packages when changing this.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | eclass/cmake.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index b7044d31446..bd784011639 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -294,6 +294,8 @@ _cmake_modify-cmakelists() { cmake_src_prepare() { debug-print-function ${FUNCNAME} "$@" + # FIXME: workaround from cmake-utils; use current working directory instead, bug #704524 + # esp. test with 'special' pkgs like: app-arch/brotli, media-gfx/gmic, net-libs/quiche pushd "${S}" > /dev/null || die default_src_prepare |
