Opened 13 years ago
Closed 13 years ago
#10858 closed Bug Report - General (Fixed)
zeromq build doesn't obey INSTALL_ROOT
| Reported by: | 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 (1)
Change History (4)
by , 13 years ago
| Attachment: | 0001-Pass-INSTALL_ROOT-onto-the-zeromq-build-process-so-t.patch added |
|---|
comment:1 by , 13 years ago
It turns out https://github.com/MythTV/mythtv/commit/16da04d2c09ecec0e6dac82e060cdd191407492f fixes this sufficiently. This patch is not necessary with that commit.
comment:2 by , 13 years ago
| Milestone: | unknown → 0.26 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:3 by , 13 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

patch to modify zeromq build