2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Finished merge of rt38836b (cross compile)

This commit is contained in:
Francis Dupont
2015-11-17 15:27:10 +01:00
parent e2f36ff16f
commit d1d1da8fff

View File

@@ -103,7 +103,7 @@ by Eric Young (eay@cryptsoft.com).
he provided.
[ISC-Bugs #38396]
- Fix a small memory leak in the DHCPv6 version of the client code.
- Fixed a small memory leak in the DHCPv6 version of the client code.
This is unlikely to cause significant issues in actual use.
[ISC-Bugs #40990]
@@ -112,6 +112,15 @@ by Eric Young (eay@cryptsoft.com).
the issue and supplying the patches.
[ISC-Bugs #33990]
- Cleaned up some of the Make infrastructure to make --with-libbind
work better. Though it still only works with an absolute path.
[ISC-Bugs #39210]
- Made the embedded bind libraries able to be cross compiled
(please refer to the bind9 documentation to learn how to cross
compile DHCP and its bind library dependency).
[ISC-Bugs #38836]
Changes since 4.3.3b1
- None