diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template index fae1fb0f33..005643e280 100644 --- a/srcpkgs/rspamd/template +++ b/srcpkgs/rspamd/template @@ -33,7 +33,7 @@ fi pre_configure() { case "$XBPS_TARGET_MACHINE" in *-musl) # Remove non existing library nsl - sed -i CMakeLists.txt -e "/LIST(APPEND CMAKE_REQUIRED_LIBRARIES nsl)/d" + sed -i CMakeLists.txt -e "/LIST(APPEND CMAKE_REQUIRED_LIBRARIES nsl)/d" esac if [ "$CROSS_BUILD" ]; then configure_args+=" -C $FILESDIR/TryRunResults.cmake"