After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 606680 - Fix gacdir to work on 64 bit installs
Fix gacdir to work on 64 bit installs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other Linux
: Normal normal
: 0.9.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-11 22:21 UTC by Gabriel Burt
Modified: 2010-01-12 11:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change the gacdir from $(libdir) to $(prefix)/lib (551 bytes, patch)
2010-01-11 22:21 UTC, Gabriel Burt
committed Details | Review

Description Gabriel Burt 2010-01-11 22:21:06 UTC
Created attachment 151198 [details] [review]
Change the gacdir from $(libdir) to $(prefix)/lib

On SUSE* distros at least, the Mono GAC is at /usr/lib/mono even on 64 bit installs where libdir is /usr/lib64.  The attached patch is what taglib# uses.
Comment 1 Sebastian Dröge (slomo) 2010-01-12 11:40:06 UTC
commit a8d9bf8d0792a7c7606bf221b50dfefb72b715e2
Author: Gabriel Burt <gabriel.burt@gmail.com>
Date:   Tue Jan 12 12:35:55 2010 +0100

    Change the gacdir from $(libdir) to $(prefix)/lib
    
    On SUSE* distros at least, the Mono GAC is at /usr/lib/mono even on 64 bit
    installs where libdir is /usr/lib64.
    
    Fixes bug #606680.