From d70538c43c74ff4dbdc24a9535d6a0ba88f6aabc Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 22 Sep 2022 16:02:05 -0700 Subject: [PATCH] Revert "jose: fix static library usage" This reverts commit c61b70918b6c10f6fd726b098474736a7e0ae9cd. Signed-off-by: Rosen Penev --- libs/jose/Makefile | 4 +++- libs/jose/patches/010-whole.patch | 10 ---------- 2 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 libs/jose/patches/010-whole.patch diff --git a/libs/jose/Makefile b/libs/jose/Makefile index 19b6c514d6..6360a70d38 100644 --- a/libs/jose/Makefile +++ b/libs/jose/Makefile @@ -19,13 +19,15 @@ PKG_MAINTAINER:=Tibor Dudlák PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=COPYING +PKG_BUILD_DEPENDS:=openssl + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/meson.mk define Package/jose SECTION:=utils TITLE:=Provides a full crypto stack including key generation, signing and encryption. - DEPENDS:=+jansson +libopenssl +zlib + DEPENDS:=+jansson URL:=https://github.com/latchset/jose endef diff --git a/libs/jose/patches/010-whole.patch b/libs/jose/patches/010-whole.patch deleted file mode 100644 index 33ee9e277b..0000000000 --- a/libs/jose/patches/010-whole.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/cmd/meson.build -+++ b/cmd/meson.build -@@ -22,6 +22,6 @@ executable(meson.project_name(), - 'alg.c', - 'fmt.c', - dependencies: jansson, -- link_with: libjose, -+ link_whole: libjose, - install: true - ) -- 2.30.2