package/sconeserver: drop unneeded static openssl workaround
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 13 Apr 2019 09:12:46 +0000 (11:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 13 Apr 2019 19:16:29 +0000 (21:16 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/sconeserver/sconeserver.mk

index c160c8bf7c2f4c7da664c41ba74352cd4be1d1ac..6914599a21e4445ce55f06ef6fa05611432d6115 100644 (file)
@@ -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