mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04: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.
|
from a variety of programs running under various operating systems.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS += -std=gnu11
|
||||||
|
|
||||||
define Package/lrzsz/install
|
define Package/lrzsz/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lrz $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lrz $(1)/usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user