Browse Source
Merge pull request #13202 from nxhack/swig_node_v12
swig: support node.js v12
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1855 additions and
1 deletions
-
utils/swig/Makefile
-
utils/swig/patches/000-support_v12.patch
|
|
@ -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) |
|
|
|