samba4: fix building with GCC 15.1

Force the default C version to -std=gnu17.

Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
John Audia
2025-06-01 11:15:54 -04:00
committed by Hannu Nyman
parent ac839af473
commit badcbe040f
+1 -1
View File
@@ -128,7 +128,7 @@ define Package/samba4-utils/description
Utilities collection
endef
TARGET_CFLAGS += $(FPIC)
TARGET_CFLAGS += $(FPIC) -std=gnu17
TARGET_LDFLAGS += -Wl,--as-needed
# dont mess with sambas private rpath!
RSTRIP:=: