- add $RPM_OPT_FLAGS to CFLAGS
This commit is contained in:
parent
7b0fb0e73e
commit
9ae94326c7
@ -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 <stransky@redhat.com> 1.0.8-3.devel
|
||||
- add $RPM_OPT_FLAGS to CFLAGS
|
||||
|
||||
* Fri Feb 11 2005 Martin Stransky <stransky@redhat.com> 1.0.8-2.devel
|
||||
- add alpha patch (#147388, thx to Sergey Tikhonov)
|
||||
- fix alsa-mixer on ICH6 system (#146607)
|
||||
|
Loading…
Reference in New Issue
Block a user