mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/sconeserver: drop unneeded static openssl workaround
sconeserver can't be built statically since commit
a845798aa8
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>
This commit is contained in:
parent
459dd99f02
commit
e929b2dc22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user