dimahardie / google-breakpad

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

Adding default "-fPIC" on build #469

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I added the CFLAGS "-fPIC" to "configure.ac"  as default. This flag avoid 
troubles on linking the static library with a dynamic object (for example build 
an ".so" file)

What steps will reproduce the problem?
1. build project and try to link the ".a" files with a dynamic object
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
I attached the diff.

Original issue reported on code.google.com by raffa...@techsquare.a-tono.net on 23 Feb 2012 at 4:58

Attachments:

GoogleCodeExporter commented 8 years ago
Consider uploading the patch to http://breakpad.appspot.com/ to get the patch 
reviewed and submitted.

Original comment by thestig@chromium.org on 27 Apr 2012 at 8:16

GoogleCodeExporter commented 8 years ago
Issue 530 has been merged into this issue.

Original comment by thestig@chromium.org on 18 Dec 2013 at 2:10

GoogleCodeExporter commented 8 years ago
We started building with -fPIC on Linux as of r1044.

Original comment by thestig@chromium.org on 18 Dec 2013 at 2:14

GoogleCodeExporter commented 8 years ago
Issue 459 has been merged into this issue.

Original comment by thestig@chromium.org on 18 Dec 2013 at 2:15