From 9ae94326c722e1b094db29141787c78fd9e98251 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Feb 16 2005 13:17:56 +0000 Subject: - add $RPM_OPT_FLAGS to CFLAGS --- diff --git a/alsa-lib.spec b/alsa-lib.spec index 01e35c7..6452b1a 100644 --- a/alsa-lib.spec +++ b/alsa-lib.spec @@ -1,7 +1,7 @@ Summary: The Advanced Linux Sound Architecture (ALSA) library. Name: alsa-lib Version: 1.0.8 -Release: 2.devel +Release: 3.devel License: LGPL Group: System Environment/Libraries Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2 @@ -43,6 +43,7 @@ against the ALSA libraries and interfaces. %build %configure \ + CFLAGS="$RPM_OPT_FLAGS"\ --enable-static=yes \ --datadir=/etc make %{?_smp_mflags} @@ -92,6 +93,9 @@ ln -snf ../../etc/alsa %{_datadir}/alsa %{_datadir}/aclocal/alsa.m4 %changelog +* Wed Feb 15 2005 Martin Stransky 1.0.8-3.devel +- add $RPM_OPT_FLAGS to CFLAGS + * Fri Feb 11 2005 Martin Stransky 1.0.8-2.devel - add alpha patch (#147388, thx to Sergey Tikhonov) - fix alsa-mixer on ICH6 system (#146607)