GNOME Bugzilla – Bug 606680
Fix gacdir to work on 64 bit installs
Last modified: 2010-01-12 11:40:12 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.
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.