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' )