Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | require dhcp.inc |
| 2 | |
| 3 | SRC_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 \ |
| 8 | 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 \ |
| 12 | file://0001-workaround-busybox-limitation-in-linux-dhclient-script.patch \ |
| 13 | " |
| 14 | |
| 15 | SRC_URI[md5sum] = "2afdaf8498dc1edaf3012efdd589b3e1" |
| 16 | SRC_URI[sha256sum] = "1a7ccd64a16e5e68f7b5e0f527fd07240a2892ea53fe245620f4f5f607004521" |
| 17 | |
| 18 | LDFLAGS_append = " -pthread" |
| 19 | |
| 20 | PACKAGECONFIG ?= "" |
| 21 | PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2" |