uClibc++: Remove faulty patch
authorRosen Penev <rosenp@gmail.com>
Fri, 20 Sep 2019 00:39:15 +0000 (17:39 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 21 Sep 2019 16:08:54 +0000 (18:08 +0200)
commitdc076160f9c5065425d4f8201adbeae32f70910a
treedb3a4cea0824593103636cbbfca6372eaac206b3
parente105d03ee9ac5a2392396185139ee9233a6427af
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]