mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-25 16:38:17 +02:00
11 lines
278 B
Diff
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])
|
|
])
|