[openwrt/openwrt] wolfssl: use libtool patch for PKG_ABI_VERSION

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 15 12:57:34 EST 2021


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/26a899e3e84199db9e2807d6584e5fd6e11a702c

commit 26a899e3e84199db9e2807d6584e5fd6e11a702c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Feb 15 18:46:59 2021 +0100

    wolfssl: use libtool patch for PKG_ABI_VERSION
    
    Makes it unnecessary to patch .so files after build
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/libs/wolfssl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index 51dc4d5a09..846351f06d 100644
--- a/package/libs/wolfssl/Makefile
+++ b/package/libs/wolfssl/Makefile
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION)
 PKG_HASH:=053aefbb02d0b06b27c5e2df6875b4b587318755b7db9d6aa8d72206b310a848
 
-PKG_FIXUP:=libtool
+PKG_FIXUP:=libtool libtool-abiver
 PKG_INSTALL:=1
 PKG_USE_MIPS16:=0
 PKG_BUILD_PARALLEL:=1



More information about the lede-commits mailing list