Sebastian Gniazdowski

Results 153 comments of Sebastian Gniazdowski

Yes, this is what I want. I've created a [ticket](https://github.com/vim/vim/issues/6463).

I've just noticed that there are no shims created for the programs.. So either one should remove the `PREFIX=$PWD` from `make''` or add some `sbin''` ices. For the pcre2 package...

I think that the `configure''` ice could be made abstract and call `cmake` when there's `CMakeLists.txt`.

I've added the quotes. PS. I've clicked something so that the review requests were generated, you can ignore them.

I wonder if some other environment variables are there that make CMake and AutoTools look more closely at a changed `--prefix` path when searching for the required dependencies? CMake can...

@vladdoster in commit b1da9b2 I've added support for $ZPFX also to: - CMake (add `$ZPFX` to `$CMAKE_PREFIX_PATH`), - Autotools (add a `$ZPFX/share/config.site` file which sets up `CPP…/LDFLAGS` **but** only (useful...

It's possible to easily test the PR with `pr` command from tj/git-extras via `git pr {number}`.