Refresh "cmake-add-build-with-soxr-option"-patch.
The CI/CD pipeline checks whether patches are byte-identical to what
make package/$(PKG_NAME)/refresh produces.
While the patch applied cleanly, it contained the index-line and a
git-footer, which caused the CI/CD-pipeline's patch-check to bail out
Signed-off-by: Mirko Vogt <redacted>
CMakeLists.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ef2252d..eb76646 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -264,7 +264,10 @@ if(NOT WIN32 AND NOT ANDROID)
if(SOXR_FOUND)
add_compile_definitions(HAS_SOXR)
else()
---
-2.47.3
-