View Issue Details

IDProjectCategoryView StatusLast Update
0001165libextractorbuild systempublic2007-01-02 21:10
Reporterensc Assigned ToChristian Grothoff  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.5.17 
Summary0001165: pkgconfig files will be installed into wrong dir
DescriptionToplevel 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
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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