Modify ↓
Ticket #10858 (closed Bug Report - General: Fixed)
Opened 11 months ago
Last modified 11 months ago
zeromq build doesn't obey INSTALL_ROOT
| Reported by: | superm1@… | Owned by: | beirdo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
zeromq is not following INSTALL_ROOT during build like the rest of the included libraries do. This causes it to get installed "onto" a build system rather than in the packages while building packages.
Please review attached patch to fix the problem.
Attachments
Change History
Changed 11 months ago by superm1@…
- Attachment 0001-Pass-INSTALL_ROOT-onto-the-zeromq-build-process-so-t.patch added
comment:1 Changed 11 months ago by superm1@…
It turns out https://github.com/MythTV/mythtv/commit/16da04d2c09ecec0e6dac82e060cdd191407492f fixes this sufficiently. This patch is not necessary with that commit.
comment:2 Changed 11 months ago by wagnerrp
- Owner set to beirdo
- Status changed from new to assigned
- Milestone changed from unknown to 0.26
comment:3 Changed 11 months ago by wagnerrp
- Status changed from assigned to closed
- Resolution set to Fixed
Note: See
TracTickets for help on using
tickets.

patch to modify zeromq build