Fix last minute change to CFLAGS
This commit is contained in:
parent
12dcdb9801
commit
6ddd7ca636
@ -24,7 +24,7 @@ access to the shared disks.
|
|||||||
%build
|
%build
|
||||||
# upstream does not require configure
|
# upstream does not require configure
|
||||||
# upstream does not support _smp_mflags
|
# upstream does not support _smp_mflags
|
||||||
CFLAGS="$(echo '$RPM_OPT_FLAGS')" make -C daemon
|
CFLAGS=$RPM_OPT_FLAGS make -C daemon
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user