summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2021-03-21 16:11:09 +0100
committerArnout Engelen <arnout@bzzt.net>2021-03-21 16:11:09 +0100
commit3f4ad3d37d641f3b956e6d7770d9db54cd6435a9 (patch)
tree17216866fe26b88cbe4ae6afaca75bdf794b4554 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parentf5e8bdd07d1afaabf6b37afc5497b1e498b8046f (diff)
bash: don't rely on patch timestamps in build
When, after patching, `configure.ac` is newer than `configure`, the Makefile will try to regenerate `configure` from `configure.ac`. While that might usually be desirable, in this case we want to keep bootstrapping simple and directly use the `configure` from the package so we can avoid a dependency on automake. Previously, we used the `-T` parameter to automake to make sure the timestamps were okay. However, this is brittle when we update: when the timestamp of the original file changes, and no longer matches the timestamp of the original file in the patch, `patch` will show a warning but otherwise continue without updating the timestamp. This PR changes things so we only patch `configure`, so that will always have a newer timestamp. Refs https://github.com/NixOS/nixpkgs/issues/115177
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions