Fix configure options

This commit is contained in:
Victor Ryzhikh 2024-07-23 09:23:36 +00:00
parent 409961ceb5
commit 97aa28bde0

View file

@ -83,17 +83,9 @@ This package contains binary to test the associated library.
%patch1 -p1
%build
# (Anssi 02/2010) The below --disable-music-foo-shared options do not disable
# support for the format in question. They just disable dlopen, and using the
# shared libraries directly, allowing rpm autodeps to work. Just using dlopen
# on them would make it quite likely that adding the deps later on downstream
# packages using SDL_mixer manually would be forgotten.
%configure \
--enable-music-libmikmod=no \
--enable-music-native-midi \
--disable-music-flac-shared \
--disable-music-mod-shared \
--disable-music-mp3-shared \
--disable-dependency-tracking \
--enable-music-libmikmod \
--disable-static
%make