From d09271be35c0be14cfe411a64b8f8d8a123f2c49 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Tue, 22 Aug 2023 17:55:04 +0100 Subject: [PATCH] Ports/SDL_sound: Ensure build is run in parallel --- Ports/SDL_sound/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/SDL_sound/package.sh b/Ports/SDL_sound/package.sh index 560073bc96..1d0084ec4a 100755 --- a/Ports/SDL_sound/package.sh +++ b/Ports/SDL_sound/package.sh @@ -19,6 +19,6 @@ configopts=( '--enable-speex=no' "--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local" ) -makeopts=( +makeopts+=( 'LDFLAGS=-lm' )