projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024e4e7
)
package/links: add --with/--without-ssl
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 20 Feb 2016 19:49:17 +0000
(20:49 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 13:59:24 +0000
(14:59 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
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 97af418e7d6b7f49375b8f57997c08c7bea97887..516d4c87bf55e3a8e03ba8f74e3c66b457aa2bb0 100644
(file)
--- a/
package/links/links.mk
+++ b/
package/links/links.mk
@@
-58,7
+58,10
@@
LINKS_CONF_OPTS += --without-libevent
endif
ifeq ($(BR2_PACKAGE_OPENSSL),y)
+LINKS_CONF_OPTS += --with-ssl --enable-ssl-pkgconfig
LINKS_DEPENDENCIES += openssl
+else
+LINKS_CONF_OPTS += --without-ssl
endif
ifeq ($(BR2_PACKAGE_XZ),y)