Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/dhcp: fix build with zlib
@ 2022-04-06 16:28 Fabrice Fontaine
  2022-04-11  6:55 ` Peter Korsgaard
  2022-04-11  9:44 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-04-06 16:28 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

internal bind is in version 9.11 and so doesn't support pkg-config
like bind 9.16 resulting in the following build failure since commit
0c8dd6ebd656e06cf99a63eb93343715f4853503:

configure: error: include/zlib.h not found.

Fixes:
 - http://autobuild.buildroot.org/results/7a5cdf30881d208807976cf98960c5fe2abfed50

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dhcp/dhcp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dhcp/dhcp.mk b/package/dhcp/dhcp.mk
index f1e3c22f1c..460e62a81c 100644
--- a/package/dhcp/dhcp.mk
+++ b/package/dhcp/dhcp.mk
@@ -42,7 +42,7 @@ DHCP_CONF_OPTS = \
 	--with-relay6-pid-file=/var/run/dhcrelay6.pid
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)
-DHCP_BIND_EXTRA_CONFIG += --with-zlib
+DHCP_BIND_EXTRA_CONFIG += --with-zlib=$(STAGING_DIR)/usr
 DHCP_DEPENDENCIES += zlib
 else
 DHCP_BIND_EXTRA_CONFIG += --without-zlib
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/dhcp: fix build with zlib
  2022-04-06 16:28 [Buildroot] [PATCH 1/1] package/dhcp: fix build with zlib Fabrice Fontaine
@ 2022-04-11  6:55 ` Peter Korsgaard
  2022-04-11  9:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-04-11  6:55 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > internal bind is in version 9.11 and so doesn't support pkg-config
 > like bind 9.16 resulting in the following build failure since commit
 > 0c8dd6ebd656e06cf99a63eb93343715f4853503:

 > configure: error: include/zlib.h not found.

 > Fixes:
 >  - http://autobuild.buildroot.org/results/7a5cdf30881d208807976cf98960c5fe2abfed50

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/dhcp: fix build with zlib
  2022-04-06 16:28 [Buildroot] [PATCH 1/1] package/dhcp: fix build with zlib Fabrice Fontaine
  2022-04-11  6:55 ` Peter Korsgaard
@ 2022-04-11  9:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-04-11  9:44 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > internal bind is in version 9.11 and so doesn't support pkg-config
 > like bind 9.16 resulting in the following build failure since commit
 > 0c8dd6ebd656e06cf99a63eb93343715f4853503:

 > configure: error: include/zlib.h not found.

 > Fixes:
 >  - http://autobuild.buildroot.org/results/7a5cdf30881d208807976cf98960c5fe2abfed50

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-11  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 16:28 [Buildroot] [PATCH 1/1] package/dhcp: fix build with zlib Fabrice Fontaine
2022-04-11  6:55 ` Peter Korsgaard
2022-04-11  9:44 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox