#4105 closed defect (fixed)
Patch to fix parallel build of extensions
Reported by: | Bas Couwenberg | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.5 |
Component: | postgis | Version: | 2.4.x |
Keywords: | Cc: |
Description
Building postgis with -j2
or more fails due to extensions not being parallel safe.
The directories are not created for all scripts in those directories.
The postgis Debian package was recently updated to enable parallel builds. The initial build failed due to the postgis_tiger_geocoder extension and the second build failed due to the postgis exentions, the cause was always missing mkdir
commands in the target in question.
The attached patch fixes the issue.
Attachments (1)
Change History (3)
by , 6 years ago
Attachment: | parallel-extensions.patch added |
---|
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 16665: