From 51a087585b52adb1fa7a25b852c14ea20ea98248 Mon Sep 17 00:00:00 2001 From: Austin Lane Date: Fri, 6 Jun 2025 21:13:25 -0400 Subject: [PATCH] liborcania: Update to v2.3.3 This library is tightly coupled with libulfius and libyder, they must be updated together. * Update liborcania to v2.3.3 Signed-off-by: Austin Lane --- libs/liborcania/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libs/liborcania/Makefile b/libs/liborcania/Makefile index de70b0600e..cd689372a8 100644 --- a/libs/liborcania/Makefile +++ b/libs/liborcania/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liborcania -PKG_VERSION:=2.3.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.3.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/babelouest/orcania/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b1b5550523164eca0f59099e843177684c5017c6088284123880cffd4c6dbbde +PKG_HASH:=e26947f7622acf3660b71fb8018ee791c97376530ab6c4a00e4aa2775e052626 PKG_MAINTAINER:=Toni Uhlig PKG_LICENSE:=LGPL-2.1-or-later @@ -35,6 +35,10 @@ define Package/liborcania/description Potluck with different functions for different purposes that can be shared among C programs. endef +CMAKE_OPTIONS += \ + -DWITH_STRSTR=ON \ + -DCMAKE_BUILD_TYPE=Release + define Package/liborcania/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/liborcania.so* $(1)/usr/lib/ -- 2.30.2