From: Christian Svensson Date: Sat, 3 Aug 2024 15:41:01 +0000 (+0200) Subject: gawk: set gawk as an alternative to awk X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2664e85a640244e6792df5b9c4edfc69669edf19;p=openwrt-packages.git gawk: set gawk as an alternative to awk This makes it possible to build without busybox awk. Signed-off-by: Christian Svensson --- diff --git a/utils/gawk/Makefile b/utils/gawk/Makefile index 450033615..a2cef3d5f 100644 --- a/utils/gawk/Makefile +++ b/utils/gawk/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gawk PKG_VERSION:=5.3.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gawk @@ -27,6 +27,7 @@ define Package/gawk URL:=https://www.gnu.org/software/gawk/ TITLE:=GNU awk DEPENDS:=+libncursesw +libreadline + ALTERNATIVES:=200:/usr/bin/awk:/usr/bin/gawk endef CONFIGURE_ARGS+= --disable-mpfr