From fcca123f57ca0af7ba459a73fb06ca5dd97c23c6 Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Sun, 22 Dec 2024 19:21:31 -0300 Subject: [PATCH] netbird: revert fix to build with musl >1.2.4 Partially revert: 7b3d033ab651dd11e0db5fb099d106c9e09a2dc6 - 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: https://github.com/mattn/go-sqlite3/issues/1164#issuecomment-1975022901 Signed-off-by: Wesley Gimenes --- net/netbird/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net/netbird/Makefile b/net/netbird/Makefile index 88149d1704fee5..4190c0dda63b7d 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -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