mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
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:
+1
-1
@@ -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:=:
|
||||
|
||||
Reference in New Issue
Block a user