projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ceea5
)
package/links: add --with/--without-libevent
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 20 Feb 2016 16:40:07 +0000
(17:40 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 13:52:59 +0000
(14:52 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/links/links.mk
patch
|
blob
|
history
diff --git
a/package/links/links.mk
b/package/links/links.mk
index 3515e5fe9a434b64b2120b60f206dd7bb3a83f99..581069ce020d6858974a8a0b255b256ab6f4125f 100644
(file)
--- 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)