From 7b2d227bf9a79a26af999b83bb705f0464716f72 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Tue, 1 Mar 2011 22:48:48 -0600 Subject: [PATCH] Need to pass CLAGS through environment, not command line. --- squashfs-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 9d6a057..d2f2653 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -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