[hedgewars] Be extra careful to avoid using bundled libraries

Bruno Wolff III bruno at fedoraproject.org
Sat Dec 22 03:50:55 UTC 2012


commit 6d969b624f678ef94d655ee0bb7d16e31619a4cd
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri Dec 21 21:50:23 2012 -0600

    Be extra careful to avoid using bundled libraries

 hedgewars.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/hedgewars.spec b/hedgewars.spec
index f11e2b1..7772df7 100644
--- a/hedgewars.spec
+++ b/hedgewars.spec
@@ -55,6 +55,8 @@ A standalone server that can be used for LAN play or a private internet server.
 %setup -q -n %{name}-src-%{version}
 %patch0 -p1
 %patch1 -p1
+# Make sure that we don't use bundled libraries
+rm -r libfreetype libtremor libopenalbridge
 
 
 %build


More information about the scm-commits mailing list