aports/testing/libabigail/musl-fts.patch
2022-09-11 01:31:11 +02:00

11 lines
278 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -261,6 +261,6 @@
-dnl On musl, we need to find fts-standalone
+dnl On musl, we need to find musl-fts
AS_CASE(
[${host_os}], [*-musl*], [
- PKG_CHECK_MODULES([FTS], [fts-standalone])
+ PKG_CHECK_MODULES([FTS], [musl-fts])
])