diff mbox series

[2/2] bind: fix build with zlib

Message ID 86b9b3c29162e451879854fe975eb7c4ba96945b.1531939984.git.baruch@tkos.co.il
State Accepted
Headers show
Series None | expand

Commit Message

Baruch Siach July 18, 2018, 6:53 p.m. UTC
The bind configure.in now checks for "${with_zlib}/include/zlib.h".
Remove the redundant "include/".

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/bind/bind.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard July 19, 2018, 9:41 p.m. UTC | #1
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > The bind configure.in now checks for "${with_zlib}/include/zlib.h".
 > Remove the redundant "include/".

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2018.02.x and 2018.05.x, thanks.
diff mbox series

Patch

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index e71eddcd7f00..d478a7f6e12c 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -33,7 +33,7 @@  BIND_CONF_OPTS = \
 	--enable-filter-aaaa
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)
-BIND_CONF_OPTS += --with-zlib=$(STAGING_DIR)/usr/include
+BIND_CONF_OPTS += --with-zlib=$(STAGING_DIR)/usr
 BIND_DEPENDENCIES += zlib
 else
 BIND_CONF_OPTS += --without-zlib