]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- autoize
authortommat <tommat@pld-linux.org>
Mon, 25 Sep 2006 19:30:10 +0000 (19:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more strict configure options

Changed files:
    OpenAL.spec -> 1.47

OpenAL.spec

index 7f53531101729c0b8e13417a30f33c3ee827ae28..13ef5cdaabccf121a0a4ca0df826931812bbf85d 100644 (file)
@@ -90,15 +90,20 @@ Biblioteka OpenAL do konsolidacji statycznej.
 %setup -q -n openal-%{version}
 
 %build
+cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal} -I admin/autotools/m4
+%{__autoconf}
+%{__autoheader}
 %configure \
-       %{?with_alsa:--enable-alsa --enable-alsa-dlopen} \
-       %{?with_arts:--enable-arts --enable-arts-dlopen} \
-       %{?with_esd:--enable-esd --enable-esd-dlopen} \
+       --%{?with_alsa:en}%{!?with_alsa:dis}able-alsa{,-dlopen} \
+       --%{?with_arts:en}%{!?with_arts:dis}able-arts{,-dlopen} \
+       --%{?with_esd:en}%{!?with_esd:dis}able-esd{,-dlopen} \
        --enable-sdl --enable-sdl-dlopen \
        --enable-capture \
        --enable-linux \
        --enable-null \
-%ifarch i586 i686
+%ifarch amd64 x86_64 athlon i686 i586
        --enable-optim-generic \
 %endif
        --enable-waveout \
This page took 0.224053 seconds and 4 git commands to generate.