[guichan] Don't build static stuff.

Bruno Wolff III bruno at fedoraproject.org
Sat May 28 01:40:56 UTC 2011


commit 55b29c3ec31a08797cb47f836619ca3f7de965b7
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri May 27 09:37:22 2011 -0500

    Don't build static stuff.

 guichan.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guichan.spec b/guichan.spec
index 1fde76b..0bf40db 100644
--- a/guichan.spec
+++ b/guichan.spec
@@ -36,7 +36,7 @@ package is needed to build programs written using guichan.
 
 
 %build
-%configure
+%configure --enable-static=no
 make %{?_smp_mflags}
 
 


More information about the scm-commits mailing list