mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
oniguruma: add patch to fix NULL pointer exception
I propose to carry this patch until a new upstream release includes it. For forther references see: https://github.com/openwrt/packages/issues/12403 and https://github.com/kkos/oniguruma/pull/196 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
committed by
Eneas U de Queiroz
parent
74315625b9
commit
b4ddb635ea
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=oniguruma
|
||||
PKG_VERSION:=6.9.5_rev1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=onig-v$(subst _,-,$(PKG_VERSION)).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/kkos/oniguruma/tar.gz/v$(PKG_VERSION)?
|
||||
|
||||
Reference in New Issue
Block a user