version 1.17, 2017/07/09 15:42:57
|
version 1.18, 2017/07/09 15:43:59
|
Line 29 As of the time of this article `PKGSRC_M
|
Line 29 As of the time of this article `PKGSRC_M
|
### Packages failing to build |
### Packages failing to build |
|
|
A number of packages may fail to build with this option enabled. The failures |
A number of packages may fail to build with this option enabled. The failures |
are often related to the absence of the "-fPIC" compilation flag when building |
are often related to the absence of the `-fPIC` compilation flag when building |
libraries or executables (or ideally "-fPIE" in the latter case). This flag is |
libraries or executables (or ideally `-fPIE` in the latter case). This flag is |
added to the `CFLAGS` already, but requires the package to actually support it. |
added to the `CFLAGS` already, but requires the package to actually support it. |
|
|
#### How to fix |
#### How to fix |