[squashfs-tools/f15/master] Need to pass CLAGS through environment, not command line.

Bruno Wolff III bruno at fedoraproject.org
Wed Mar 2 04:53:00 UTC 2011


commit 7b2d227bf9a79a26af999b83bb705f0464716f72
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Mar 1 22:48:48 2011 -0600

    Need to pass CLAGS through environment, not command line.

 squashfs-tools.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list