[Buildroot] [git commit] package/links: add --with/--without-zlib

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 21 13:52:48 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=383b706a8af5e4193b5c55624c3390a4481f5cf2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/links/links.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/links/links.mk b/package/links/links.mk
index 4d2cb2e..8d7ecba 100644
--- a/package/links/links.mk
+++ b/package/links/links.mk
@@ -52,7 +52,10 @@ LINKS_DEPENDENCIES += xz
 endif
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)
+LINKS_CONF_OPTS += --with-zlib
 LINKS_DEPENDENCIES += zlib
+else
+LINKS_CONF_OPTS += --without-zlib
 endif
 
 $(eval $(autotools-package))



More information about the buildroot mailing list