coin-or-tools / BuildTools

Macros and patches for GNU autotools
https://coin-or-tools.github.io/BuildTools/
Other
3 stars 7 forks source link

change --with-pic default to yes #98

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @svigerske

Original creation time: 2012-02-12 20:07:52

Assignee: @svigerske

CC: @andrea5w

Andreas requests to build PIC code also for static libraries, i.e., to change the default for configure's --with-pic option to yes.

It may be sufficient to add a LT_INIT(pic-only) before AC_PROG_LIBTOOL in the AC_COIN_PROG_LIBTOOL macro, see http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html.

svigerske commented 5 years ago

Comment by @svigerske created at 2018-10-17 15:12:34

Changing keywords from "" to "autotools-update".

svigerske commented 5 years ago

Comment by @svigerske created at 2018-10-17 15:12:34

Changing status from new to assigned.

svigerske commented 5 years ago

Comment by @svigerske created at 2018-10-21 21:45:28

Added pic-only with 56a70509cc.

svigerske commented 5 years ago

Comment by @svigerske created at 2018-10-21 21:45:28

Resolution: fixed