Fix last minute change to CFLAGS

This commit is contained in:
Angus Salkeld 2011-02-16 10:58:12 +11:00
parent 12dcdb9801
commit 6ddd7ca636

View File

@ -24,7 +24,7 @@ access to the shared disks.
%build
# upstream does not require configure
# upstream does not support _smp_mflags
CFLAGS="$(echo '$RPM_OPT_FLAGS')" make -C daemon
CFLAGS=$RPM_OPT_FLAGS make -C daemon
%install
rm -rf $RPM_BUILD_ROOT