diff --git a/utils/mg/Makefile b/utils/mg/Makefile index d310acff85..5c8e18b819 100644 --- a/utils/mg/Makefile +++ b/utils/mg/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mg PKG_VERSION:=7.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ibara/mg/tar.gz/$(PKG_NAME)-$(PKG_VERSION)? @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/mg SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libncurses +libpcre + DEPENDS:=+libncurses +libpcre2 TITLE:=microscopic EMACS style editor URL:=https://github.com/ibara/mg SUBMENU:=Editors diff --git a/utils/mg/patches/001-cross_compile_openwrt.patch b/utils/mg/patches/001-cross_compile_openwrt.patch index 4216294a4c..3504eaac3b 100644 --- a/utils/mg/patches/001-cross_compile_openwrt.patch +++ b/utils/mg/patches/001-cross_compile_openwrt.patch @@ -168,7 +168,7 @@ - ;; -esac +# OpenWrt -+libs='-lncurses -lpcreposix -lutil' ++libs='-lncurses -lpcre2-posix -lutil' +cflags="$cflags -D_GNU_SOURCE -D__dead=\"__attribute__((__noreturn__))\" -Dst_mtimespec=st_mtim" cat << EOF > config.h diff --git a/utils/mg/patches/901-use_pcre.patch b/utils/mg/patches/901-use_pcre.patch index 292f2eba7b..4ae230a6bd 100644 --- a/utils/mg/patches/901-use_pcre.patch +++ b/utils/mg/patches/901-use_pcre.patch @@ -5,7 +5,7 @@ #include #include -#include -+#include ++#include #include #include #include