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