From 977a8fc5fc2e1be6d159b2d9e1c617826b5d9701 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 19 Sep 2019 17:39:15 -0700 Subject: uClibc++: Remove faulty patch This patch was originally added to fix compilation with v4l2rtspserver. Turns out it was v4l2rtspserver that was broken, not uClibc++. This now causes issues with a different package where the arguments are being split. Note that with this patch, shellcheck throws an error: SC2068: Double quote array expansions to avoid re-splitting elements. More: https://github.com/openwrt/packages/pull/9972#discussion_r324878373 Signed-off-by: Rosen Penev --- package/libs/uclibc++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libs/uclibc++/Makefile') diff --git a/package/libs/uclibc++/Makefile b/package/libs/uclibc++/Makefile index 763e0d9e4d..3adf70b360 100644 --- a/package/libs/uclibc++/Makefile +++ b/package/libs/uclibc++/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uclibc++ PKG_VERSION:=0.2.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=uClibc++-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://cxx.uclibc.org/src/ -- cgit v1.2.3