Skip to content

Commit 28164e7

Browse files
committed
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 <[email protected]>
1 parent 86d774e commit 28164e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

net/netbird/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ define Package/netbird/conffiles
4444
/etc/netbird/config.json
4545
endef
4646

47-
# Workaround for musl 1.2.4 compability in mattn/go-sqlite3
48-
# https://github.com/mattn/go-sqlite3/issues/1164
49-
ifneq ($(CONFIG_USE_MUSL),)
50-
TARGET_CFLAGS += -D_LARGEFILE64_SOURCE
51-
endif
52-
5347
define Package/netbird/install
5448
$(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR))
5549
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc/init.d

0 commit comments

Comments
 (0)