Skip to content

Commit

Permalink
Don't build RPM archives that have ALSA dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 15, 2002
1 parent 9f2e228 commit 1dafba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL.spec.in
Expand Up @@ -39,7 +39,7 @@ rm -rf ${RPM_BUILD_ROOT}
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-svga --disable-video-ggi --disable-video-aalib --disable-debug --enable-dlopen --enable-esd-shared --enable-arts-shared
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-svga --disable-video-ggi --disable-video-aalib --disable-debug --enable-dlopen --enable-esd-shared --enable-arts-shared --disable-alsa
make

%install
Expand Down

0 comments on commit 1dafba7

Please sign in to comment.