mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
xinetd: fix compilation with GCC15
Cannot use C23 as it uses generic function pointers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Florian Eckert
parent
ac8b481f1d
commit
e5b1efb269
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=xinetd
|
||||
PKG_VERSION:=2.3.15
|
||||
PKG_RELEASE:=17
|
||||
PKG_RELEASE:=18
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=$(PKG_NAME)-2-3-15
|
||||
@@ -46,7 +46,7 @@ define Package/xinetd/conffiles
|
||||
/etc/xinetd.d
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -DNO_RPC
|
||||
TARGET_CFLAGS += -DNO_RPC -std=gnu11
|
||||
TARGET_CPPFLAGS += -DHAVE_RLIM_T
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
||||
Reference in New Issue
Block a user