View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001165 | libextractor | build system | public | 2007-01-02 07:26 | 2007-01-02 21:10 |
| Reporter | ensc | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.5.17 | ||||
| Summary | 0001165: pkgconfig files will be installed into wrong dir | ||||
| Description | Toplevel Makefile.am contains | pkgconfigdatadir = $(prefix)/lib/pkgconfig This is wrong on multilib platforms (e.g. Fedora) where pkgconfig files might be expected at /usr/lib64/pkgconfig but not /usr/lib/pkgconfig. Therefore, statement above should be | pkgconfigdatadir = $(libdir)/pkgconfig | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-01-02 07:26 | ensc | New Issue | |
| 2007-01-02 14:47 | Christian Grothoff | Status | new => assigned |
| 2007-01-02 14:47 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2007-01-02 17:25 | Christian Grothoff | Status | assigned => resolved |
| 2007-01-02 17:25 | Christian Grothoff | Resolution | open => fixed |
| 2007-01-02 21:10 | Christian Grothoff | Status | resolved => closed |