From 23baa38e8d20ae4a6123f28069eddb9abb270598 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Feb 16 2005 08:20:15 +0000 Subject: - add $RPM_OPT_FLAGS to CFLAGS --- diff --git a/usermode.spec b/usermode.spec index 6465a06..c1a3200 100644 --- a/usermode.spec +++ b/usermode.spec @@ -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 1.78-2 +- add $RPM_OPT_FLAGS to CFLAGS + * Thu Jan 27 2005 Jindrich Novy 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)