Skip to content

Commit

Permalink
shared-state-async version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed Jan 22, 2024
1 parent 3639ffc commit 3c93ab7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions packages/shared-state-async/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/libremesh/shared-state-async.git
PKG_SOURCE_VERSION:=76dcbc5a88d6e88733054680371bb6caef793be4
PKG_SOURCE_VERSION:=24fa2eb44b136b62f74b37d1a69fe4f82605dc3f
PKG_MAINTAINER:=Asociación Civil Altermundi <[email protected]>
PKG_LICENSE:=AGPL-3.0

Expand All @@ -42,7 +42,6 @@ include $(INCLUDE_DIR)/host-build.mk
define Package/$(PKG_NAME)
TITLE:=shared-state C++ async re-implementation
CATEGORY:=LibreMesh

# TODO: Statically linking libstdcpp instead of depending on it and then
# stripping unused symbols might reduce space usage, until this is the
# only package to use it
Expand All @@ -56,8 +55,16 @@ endef
# Otherwise OpenWrt's CPPFLAGS are ignored
TARGET_CFLAGS += $(TARGET_CPPFLAGS)

CMAKE_OPTIONS += \
-DCMAKE_VERBOSE_MAKEFILE=ON
CMAKE_OPTIONS += -DCMAKE_VERBOSE_MAKEFILE=ON

# Disable Cpptrace as it depends on zlib and doesn't seems to work anyway on
# OpenWrt even with CONFIG_DEBUG=y it prints out
# Stack trace (most recent call first):
# #0 0x00000000
# #1 0x00000000
# #2 0x00000000
CMAKE_OPTIONS += -DSS_CPPTRACE_STACKTRACE=OFF


define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/bin
Expand Down

0 comments on commit 3c93ab7

Please sign in to comment.