* [Buildroot] [PATCH 1/1] package/sconeserver: drop unneeded static openssl workaround
@ 2019-04-13 9:12 Fabrice Fontaine
2019-04-13 19:16 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-04-13 9:12 UTC (permalink / raw)
To: buildroot
sconeserver can't be built statically since commit
a845798aa8af0535b85ea0e46cc9e8af9d1ffed1
So drop unneeded workaround for statically linking with openssl
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/sconeserver/sconeserver.mk | 3 ---
1 file changed, 3 deletions(-)
diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk
index c160c8bf7c..6914599a21 100644
--- a/package/sconeserver/sconeserver.mk
+++ b/package/sconeserver/sconeserver.mk
@@ -25,9 +25,6 @@ endif
ifeq ($(BR2_PACKAGE_OPENSSL),y)
SCONESERVER_DEPENDENCIES += openssl
SCONESERVER_CONF_OPTS += --with-ssl
-ifeq ($(BR2_STATIC_LIBS),y)
-SCONESERVER_CONF_ENV += SSL_LIBADD=-lz
-endif
else
SCONESERVER_CONF_OPTS += --without-ssl
endif
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-13 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-13 9:12 [Buildroot] [PATCH 1/1] package/sconeserver: drop unneeded static openssl workaround Fabrice Fontaine
2019-04-13 19:16 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox