Need to pass CLAGS through environment, not command line.

This commit is contained in:
Bruno Wolff III 2011-03-01 22:48:48 -06:00
parent f2a5d1e1b9
commit 7b2d227bf9

View File

@ -23,7 +23,7 @@ contains the utilities for manipulating squashfs filesystems.
%build
pushd squashfs-tools
make CFLAGS="%{optflags}"
CFLAGS="%{optflags}" make
%install
mkdir -p %{buildroot}/sbin %{buildroot}/usr/sbin