mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 12:40:06 +04:00
perl-www-curl: fix compilation error with new cURL version
Add patch removing internal macro CURL_HAS_DECLSPEC_ATTRIBUTE. This fix a compilation error for the package. Also improve the old 7.88 patch with wrong whitespace. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=perl-www-curl
|
||||
PKG_VERSION:=4.17
|
||||
PKG_RELEASE:=7
|
||||
PKG_RELEASE:=8
|
||||
|
||||
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/S/SZ/SZBALINT/
|
||||
PKG_SOURCE:=WWW-Curl-$(PKG_VERSION).tar.gz
|
||||
|
||||
Reference in New Issue
Block a user