diff options
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp_4.4.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.4.2.bb b/meta/recipes-connectivity/dhcp/dhcp_4.4.2.bb index b56a204821..cf4af82609 100644 --- a/meta/recipes-connectivity/dhcp/dhcp_4.4.2.bb +++ b/meta/recipes-connectivity/dhcp/dhcp_4.4.2.bb | |||
@@ -19,3 +19,5 @@ LDFLAGS_append = " -pthread" | |||
19 | 19 | ||
20 | PACKAGECONFIG ?= "" | 20 | PACKAGECONFIG ?= "" |
21 | PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2" | 21 | PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2" |
22 | |||
23 | CFLAGS += "-fcommon" | ||