mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 18:52:30 +01:00
12 lines
278 B
Diff
12 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])
|
|
])
|