GNOME Bugzilla – Bug 540983
Tasque installs files on lib on x86_64 systems
Last modified: 2009-10-02 21:25:10 UTC
Currently Tasque installs libraries on $prefix/lib instead of using $prefix/${libdir}. This is wrong for x86_64 systems. Please add libdir support for configure.
Good catch.
Created attachment 121339 [details] [review] Proposed patch to use $(libdir) I don't have a 64-bit system available to test on. Does this patch look right?
Yes Sandy that patch looks good now it can install libs on the proper place (lib64) Please commit. Thanks
Fixed in r156.
Created attachment 125496 [details] [review] libdir patch for RtmNet.dll Version 0.1.8 is still using $prefix/lib for RtmNet.dll. This patch fixes it for me.
Thanks for noticing this David. Makefile.in is generated, so that part of the patch is not needed. Can you commit the Makefile.am change, or should I?
Sorry for the late response - I thought I would be on the CC list after attaching my patch. I am not a developer so I suspect that I would not have permission to commit the patch. If I do, I'll be happy to commit it; otherwise, go ahead and commit it for me. Thanks.
You would know if you had a GNOME SVN account. ;-) Patch committed in r207. Thanks David!
*** Bug 597160 has been marked as a duplicate of this bug. ***