Need to pass CLAGS through environment, not command line.
This commit is contained in:
parent
f2a5d1e1b9
commit
7b2d227bf9
@ -23,7 +23,7 @@ contains the utilities for manipulating squashfs filesystems.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
pushd squashfs-tools
|
pushd squashfs-tools
|
||||||
make CFLAGS="%{optflags}"
|
CFLAGS="%{optflags}" make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/sbin %{buildroot}/usr/sbin
|
mkdir -p %{buildroot}/sbin %{buildroot}/usr/sbin
|
||||||
|
Loading…
Reference in New Issue
Block a user