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>
Fri, 20 Sep 2019 17:30:51 +0000 (19:30 +0200)
commit977a8fc5fc2e1be6d159b2d9e1c617826b5d9701
treea4f8d94d252e3d67cf7786474ebdc71b382b64ac
parent9edd7edcda68b2739296d8ea97e8c4915070d5b9
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>
package/libs/uclibc++/Makefile
package/libs/uclibc++/patches/002-quote-fix.patch [deleted file]