mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2026-03-05 15:35:35 +00:00
When hardening flags are set by Debian's auto build system, the project fails to build due to usage of -pie, which tells the linker to build a PIE binary, and since the user LDFLAGS are deliberately put later in the command line to override things, this overrides -shared. work around by putting it directly in the last position of the linker command line. closes #124 Commit message authored by commiter.
2.2 KiB
2.2 KiB