mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-03 21:02:37 +00:00
Revert "wolfssl: set nonshared flag global"
This reverts commit e0cc5b9b3a
.
A better and correct solution was found.
Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
e0cc5b9b3a
commit
eac1b8ab69
@ -48,15 +48,6 @@ PKG_CONFIG_DEPENDS+=\
|
|||||||
CONFIG_WOLFSSL_HAS_DEVCRYPTO_CBC \
|
CONFIG_WOLFSSL_HAS_DEVCRYPTO_CBC \
|
||||||
CONFIG_WOLFSSL_HAS_DEVCRYPTO_FULL
|
CONFIG_WOLFSSL_HAS_DEVCRYPTO_FULL
|
||||||
|
|
||||||
#
|
|
||||||
# libwolfssl-benchmark should NOT be compiled as nonshared but
|
|
||||||
# currently there is a bug where on buildbot stage2 the package
|
|
||||||
# is recompiled to build libwolfssl-benchmark and the dependency
|
|
||||||
# change to the new libwolfssl version. While this gets
|
|
||||||
# investigated, set the nonshared flag global
|
|
||||||
#
|
|
||||||
PKGFLAGS:=nonshared
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libwolfssl/Default
|
define Package/libwolfssl/Default
|
||||||
@ -69,6 +60,7 @@ endef
|
|||||||
define Package/libwolfssl
|
define Package/libwolfssl
|
||||||
$(call Package/libwolfssl/Default)
|
$(call Package/libwolfssl/Default)
|
||||||
TITLE:=wolfSSL library
|
TITLE:=wolfSSL library
|
||||||
|
PKGFLAGS:=nonshared
|
||||||
MENU:=1
|
MENU:=1
|
||||||
PROVIDES:=libcyassl
|
PROVIDES:=libcyassl
|
||||||
DEPENDS:=+WOLFSSL_HAS_DEVCRYPTO:kmod-cryptodev +WOLFSSL_HAS_AFALG:kmod-crypto-user
|
DEPENDS:=+WOLFSSL_HAS_DEVCRYPTO:kmod-cryptodev +WOLFSSL_HAS_AFALG:kmod-crypto-user
|
||||||
|
Loading…
Reference in New Issue
Block a user