uClibc++: Remove faulty patch
authorRosen Penev <rosenp@gmail.com>
Fri, 20 Sep 2019 00:39:15 +0000 (17:39 -0700)
committerRISCi_ATOM <bob@bobcall.me>
Tue, 24 Sep 2019 20:25:47 +0000 (16:25 -0400)
commita57e372574101df3833c8f5b85d703f3637c6855
tree3c0d785534f561b7d0e9128028abca926f455c8d
parent0a4a1a5ed43e34b3faa1cbf8e8fafa7a5f09f26f
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 <rosenp@gmail.com>
(cherry picked from commit 977a8fc5fc2e1be6d159b2d9e1c617826b5d9701)
package/libs/uclibc++/Makefile
package/libs/uclibc++/patches/002-quote-fix.patch [deleted file]