Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
dhcp-devel: Development headers and libraries for interfacing to the DHCP server
- Summary
- Libraries for interfacing with the ISC DHCP server.
Changelog
- * Tue Feb 15 18:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 3.0.1-38_EL4
- 'Wl,-z,relro' is now OK with elflint - adding back in.
- fix verification of config file with -cf in DHCPDARGS.
- * Tue Feb 15 18:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 3.0.1-38_EL
- Still trying to get past broken execshield tests.
- Now added "BROKEN_GCC" switch to dhcpd.h to make binding_state_t
- lease members into uint8_t's to overcome gcc bug 144358 so that
- gcc-3.4.3 can be used. Added '-Wl,-z,noexecstack' option to all
- executable link options.
- * Mon Feb 14 18:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 3.0.1-36_EL
- compile with gcc32, link with gcc(3.4.3) to overcome gcc(3.4.3)'s
- compilation bug (gcc bug 144358) and gcc32's lack of production of a
- .note.GNU-stack section on ia64 and ppc64 which causes the execshield
- rpmdiff tests to fail. Ugh!