You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dhcp6relay] Make sure CFLAGS is appended to instead of overwritten
Also, use LDFLAGS when linking dhcp6relay. These two changes make sure
the flags set in environment variables (by dpkg-buildflags) are honored.
Also, explicitly enable all hardening flags in dpkg-buildflags for
dhcp6relay and dhcpmon. The change from the default set of flags is that
during linking, immediate binding of symbols is done instead of lazy
binding.
Signed-off-by: Saikrishna Arcot <[email protected]>
0 commit comments