Browse Source

swig: support node.js v12

Maintainer: @blogic me
Compile tested: head r14241-ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)

Description:
Addressed the build failure with node.js version 12.

https://github.com/openwrt/packages/pull/12225

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
lilik-openwrt-22.03
Hirokazu MORIKAWA 4 years ago
parent
commit
1aa025c690
2 changed files with 1855 additions and 1 deletions
  1. +1
    -1
      utils/swig/Makefile
  2. +1854
    -0
      utils/swig/patches/000-support_v12.patch

+ 1
- 1
utils/swig/Makefile View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=swig
PKG_VERSION:=4.0.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)


+ 1854
- 0
utils/swig/patches/000-support_v12.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save