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

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


commit: https://git.buildroot.net/buildroot/commit/?id=db99b65b059580b4d24236424ac17fc2a2d43d94
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 3515e5f..581069c 100644
--- a/package/links/links.mk
+++ b/package/links/links.mk
@@ -40,7 +40,10 @@ LINKS_DEPENDENCIES += bzip2
 endif
 
 ifeq ($(BR2_PACKAGE_LIBEVENT),y)
+LINKS_CONF_OPTS += --with-libevent
 LINKS_DEPENDENCIES += libevent
+else
+LINKS_CONF_OPTS += --without-libevent
 endif
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)


More information about the buildroot mailing list