[stfl] FTBFS test 3

thomasj thomasj at fedoraproject.org
Thu Sep 9 08:59:15 UTC 2010


commit 8997b5e862b3d2e05096da18732fa9071c6855bc
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Thu Sep 9 10:59:14 2010 +0200

    FTBFS test 3

 stfl.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/stfl.spec b/stfl.spec
index 805abdb..8e011ef 100644
--- a/stfl.spec
+++ b/stfl.spec
@@ -90,7 +90,8 @@ sed -i.cflags -e 's|-Os||' Makefile
 %build
 # building with smp flags causes random failures
 export CFLAGS="%{optflags}"
-make prefix=%{_prefix} libdir=%{_lib}
+# test with explicit prefix and echo
+make prefix=/usr libdir=%{_lib}
 echo %ruby_sitearch
 echo `ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] '`
 


More information about the scm-commits mailing list