[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [liblua] Enable Position Independent Code by default.
- From: connor horman <chorman64@...>
- Date: Sun, 8 Dec 2019 13:44:40 -0500
Hello all,
I maintain a fork of lua to patch the makefile to include -fPIC, so I could link liblua.a to a shared library. I was wondering if there was a reason this wasn’t default, along with why only the executable(s) and the static lua was built by default? It seems like a limitation, as it prevents using lua in shared libraries, only in static libraries, or top level executables.
Thank you in advance for any input.