mirror of
https://abf.rosa.ru/djam/SDL_mixer.git
synced 2025-02-23 15:52:48 +00:00
Fix configure options
This commit is contained in:
parent
409961ceb5
commit
97aa28bde0
1 changed files with 2 additions and 10 deletions
|
@ -83,17 +83,9 @@ This package contains binary to test the associated library.
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%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 \
|
%configure \
|
||||||
--enable-music-libmikmod=no \
|
--disable-dependency-tracking \
|
||||||
--enable-music-native-midi \
|
--enable-music-libmikmod \
|
||||||
--disable-music-flac-shared \
|
|
||||||
--disable-music-mod-shared \
|
|
||||||
--disable-music-mp3-shared \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
%make
|
%make
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue