google-code-export / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
2 stars 0 forks source link

makefile puts .so in wrong place on 64-bit Fedora (maybe all 64-bit linux?) builds #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current makefile *always* puts the .so in /usr/lib/purple-2, which is
wrong for 64-bit systems, so here's the workaround:

{{{
mv /usr/lib/purple-2/* /usr/lib64/purple-2/
}}}

I assume there is some makefile magic to determine the processor width and
adjust accordingly 

Original issue reported on code.google.com by telejes...@gmail.com on 6 Jun 2009 at 9:14

GoogleCodeExporter commented 9 years ago
Ok, we will get that from pkg-config instead. 

Original comment by somsaks on 7 Jun 2009 at 4:56

GoogleCodeExporter commented 9 years ago
Fixed in SVN 

Original comment by somsaks on 14 Jun 2009 at 7:22