mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
lrzsz: fix compilation with gcc15
Add gnu11 to fix compilation. Support for the latest standard takes too much patching. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -41,6 +41,8 @@ define Package/lrzsz/description
|
||||
from a variety of programs running under various operating systems.
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -std=gnu11
|
||||
|
||||
define Package/lrzsz/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lrz $(1)/usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user