- add $RPM_OPT_FLAGS to CFLAGS

This commit is contained in:
Jindrich Novy 2005-02-16 08:20:15 +00:00
parent aab0623893
commit 23baa38e8d

View File

@ -6,7 +6,7 @@
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.78
Release: 1
Release: 2
License: GPL
Group: Applications/System
Source: usermode-%{version}.tar.bz2
@ -48,6 +48,7 @@ graphical tools for certain account management tasks.
%setup -q
%build
export CFLAGS="$RPM_OPT_FLAGS"
%configure \
%if %{WITH_SELINUX}
--with-selinux
@ -115,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Wed Feb 16 2005 Jindrich Novy <jnovy@rdhat.com> 1.78-2
- add $RPM_OPT_FLAGS to CFLAGS
* Thu Jan 27 2005 Jindrich Novy <jnovy@redhat.com> 1.78-1
- pam-panel-icon has popup menu to choose to forget/keep
authentization by right clicking as usual for other panel applets (#75845)