diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template index 6160ec31cf..d2b07a3e88 100644 --- a/srcpkgs/clamav/template +++ b/srcpkgs/clamav/template @@ -28,7 +28,7 @@ if [ "$CROSS_BUILD" ]; then configure_args+=" --disable-mempool" fi case "$XBPS_TARGET_MACHINE" in - *-musl) makedepends+=" musl-fts" + *-musl) makedepends+=" musl-fts-devel" LDFLAGS="-lfts" ;; esac diff --git a/srcpkgs/elfutils/template b/srcpkgs/elfutils/template index b05ad716de..f5f98b49a3 100644 --- a/srcpkgs/elfutils/template +++ b/srcpkgs/elfutils/template @@ -17,7 +17,7 @@ checksum=9683c025928a12d06b7fe812928aa6235249e22d197d086f7084606a48165900 CFLAGS="-Wno-unused-result -Wno-format-nonliteral" case "$XBPS_TARGET_MACHINE" in - *-musl) makedepends+=" argp-standalone musl-fts musl-obstack" ;; + *-musl) makedepends+=" argp-standalone musl-fts-devel musl-obstack" ;; esac post_extract() { diff --git a/srcpkgs/libcgroup/template b/srcpkgs/libcgroup/template index 7591cfb574..9e568aac1c 100644 --- a/srcpkgs/libcgroup/template +++ b/srcpkgs/libcgroup/template @@ -15,7 +15,7 @@ checksum=e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706f6fb51 case "$XBPS_TARGET_MACHINE" in *-musl) # Add musl-fts implementation - makedepends+=" musl-fts" + makedepends+=" musl-fts-devel" LDFLAGS="-lfts" ;; esac diff --git a/srcpkgs/opensmtpd/template b/srcpkgs/opensmtpd/template index e8c52ef3ab..9c790921da 100644 --- a/srcpkgs/opensmtpd/template +++ b/srcpkgs/opensmtpd/template @@ -26,7 +26,7 @@ smtpd_descr="SMTPD daemon" smtpq_descr="SMTPD queue" case "$XBPS_TARGET_MACHINE" in - *-musl) makedepends+=" musl-fts" + *-musl) makedepends+=" musl-fts-devel" LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lfts" ;; esac