Use CCLINKFLAGS for linking all executables and shared libraries
authorTorok Edwin <edwin@etorok.net>
Wed, 15 Jul 2015 13:33:23 +0000 (16:33 +0300)
committerStéphane Glondu <glondu@debian.org>
Tue, 16 Jun 2026 19:25:11 +0000 (21:25 +0200)
commit2b4d7d33485d3620e0519f67e6afe3a015879852
treed5720f28219a3c552964561118e41ac4a840bcd7
parentda52286724243d82276209dcf2df5efc5c11a95f
Use CCLINKFLAGS for linking all executables and shared libraries

This allows packagers to set additional linker flags for executables and shared
libraries created by OCaml, and for the OCaml tools themselves.
OCaml code can be linked with various C stubs and C libraries that would
benefit from using hardening link flags, such as -Wl,-z,relro.

Origin: other
Bug-Debian: https://bugs.debian.org/702349
Forwarded: no
Last-Update: <2021-12-21>

Gbp-Pq: Name Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch
configure.ac