From 97d762787cfe2343104bc59dcf243e1d1b96e2a5 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 10 Dec 2005 14:00:54 +0000 Subject: [PATCH] add BuildReq for alsa-lib-devel and configure with --disable-dssi --- gcc41.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc41.spec b/gcc41.spec index 8033bae..3cef31d 100644 --- a/gcc41.spec +++ b/gcc41.spec @@ -297,6 +297,7 @@ Requires: glib2 >= 2.4.0 BuildRequires: glib2-devel >= 2.4.0 Requires: libart_lgpl >= 2.1.0 BuildRequires: libart_lgpl-devel >= 2.1.0 +Requires: alsa-lib-devel Obsoletes: gcc-libgcj Obsoletes: libgcj3 Obsoletes: libgcj34 @@ -559,7 +560,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="$OPT_FLAGS" XCFLAGS="$OPT_FLAGS" TCFLAGS= %if !%{build_java} --disable-libgcj \ %else - --enable-java-awt=gtk \ + --enable-java-awt=gtk --disable-dssi \ --with-java-home=%{_prefix}/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre \ %endif %ifarch ppc ppc64 @@ -1552,6 +1553,8 @@ fi %endif %changelog +- add BuildReq for alsa-lib-devel and configure with --disable-dssi + * Wed Dec 7 2005 Jakub Jelinek 4.1.0-0.6 - allow #pragmas at C struct scope as well as ObjC class scope (PR c/25246)