summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/dhcp/dhcp-4.2.3-P2/fix-external-bind.patch
AgeCommit message (Collapse)AuthorFiles
2012-08-25dhcp : upgrade to 4.2.4-P1Andrei Dinu1
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
2012-02-23dhcp: Update to 4.2.3-P2Andrei Gherzan1
1. Update to 4.2.3-P2 2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto. This is why i added a patch in order to add -lcrypto to LIBS. 3. Add openssl in DEPENDS as we need libcrypto from this package 4. Drop installing /var/lib/dhcp/ as it is handled in pkg_postinst Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>