blob: 275961a6032f5de7fe220f985d779b8f573579a6 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001require dhcp.inc
2
3SRC_URI += "file://0001-define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch \
4 file://0002-dhclient-dbus.patch \
5 file://0003-link-with-lcrypto.patch \
6 file://0004-Fix-out-of-tree-builds.patch \
7 file://0005-dhcp-client-fix-invoke-dhclient-script-failed-on-Rea.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008 file://0007-Add-configure-argument-to-make-the-libxml2-dependenc.patch \
9 file://0009-remove-dhclient-script-bash-dependency.patch \
10 file://0012-dhcp-correct-the-intention-for-xml2-lib-search.patch \
11 file://0013-fixup_use_libbind.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040012 file://0001-master-Added-includes-of-new-BIND9-compatibility-hea.patch \
Brad Bishop393846f2019-05-20 12:24:11 -040013 file://0001-Fix-a-NSUPDATE-compiling-issue.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014"
15
16SRC_URI[md5sum] = "18c7f4dcbb0a63df25098216d47b1ede"
17SRC_URI[sha256sum] = "2a22508922ab367b4af4664a0472dc220cc9603482cf3c16d9aff14f3a76b608"
18
19LDFLAGS_append = " -pthread"
20
21PACKAGECONFIG ?= ""
22PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2"