Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[24.10] netbird: update to 0.36.3, revert fix to build with musl >1.2.4 and change maintainer #25784

Merged
merged 3 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
netbird: revert fix to build with musl >1.2.4
Partially revert: 7b3d033
 - Revert: Also fixes issue of not being able to build with musl >1.2.4,
   The issue has been resolved as of March 2024. For more details, see:
   mattn/go-sqlite3#1164 (comment)

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
(cherry picked from commit 851386d)
wehagy committed Jan 20, 2025
commit 975c0041434f036ebca859ce9398dc6d08e528d9
6 changes: 0 additions & 6 deletions net/netbird/Makefile
Original file line number Diff line number Diff line change
@@ -44,12 +44,6 @@ define Package/netbird/conffiles
/etc/netbird/config.json
endef

# Workaround for musl 1.2.4 compability in mattn/go-sqlite3
# https://github.com/mattn/go-sqlite3/issues/1164
ifneq ($(CONFIG_USE_MUSL),)
TARGET_CFLAGS += -D_LARGEFILE64_SOURCE
endif

define Package/netbird/install
$(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR))
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc/init.d