jnonline / ogstudio

Automatically exported from code.google.com/p/ogstudio
0 stars 0 forks source link

Fix libcurl wanting unused libs #634

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OGS Mahjong 1.0.2 libcurl wants libssl and some other libs we don't use.
I remember I has been solving it some time before, but now it's there again.

Fix it.

Original issue reported on code.google.com by korn...@gmail.com on 6 May 2013 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by korn...@gmail.com on 6 May 2013 at 2:55

GoogleCodeExporter commented 9 years ago
I see libcurl.so (32-bit) and libcurl.so.4 (64-bit) in my ~/mj directory which 
is used to contain all sources for semi-automated OGS Mahjong 1 build process. 
May be I used to manually replace them by hand and simply forgot that during 
the last official build?

Original comment by korn...@gmail.com on 6 May 2013 at 2:57

GoogleCodeExporter commented 9 years ago
Yep, indeed, this was the case.
I've placed the libs into OGS_MJ/src/curl/{32,64} to the corresponding dirs.

Done.

Original comment by korn...@gmail.com on 6 May 2013 at 3:20