Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/mk



Module Name:    src
Committed By:   christos
Date:           Fri Nov  1 23:06:17 UTC 2024

Modified Files:
        src/share/mk: bsd.lib.mk

Log Message:
We need -fPIC too otherwise we end up with R_X86_64_PLT32 and not
R_X86_64_REX_GOTPCRELX and we can't build .so objects. I think we can
remove the -fPIE and use only -fPIC but this works for now.


To generate a diff of this commit:
cvs rdiff -u -r1.409 -r1.410 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index