[Lunar-commits] <moonbase> fontconfig: disabled static libs
Duncan Gibson
engelsman at lunar-linux.org
Wed Mar 23 21:25:01 CET 2011
commit 8e3a571449ccfe380159fa63681e43cbc8e38eab
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Wed Mar 23 21:25:01 2011 +0100
fontconfig: disabled static libs
---
x11-utils/fontconfig/BUILD | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/x11-utils/fontconfig/BUILD b/x11-utils/fontconfig/BUILD
index a24a6e8..f695adc 100644
--- a/x11-utils/fontconfig/BUILD
+++ b/x11-utils/fontconfig/BUILD
@@ -1,9 +1,10 @@
(
+
# We need to clear the cache dir or otherwise the build is going to fail
if [ -d /var/cache/fontconfig ] ; then
rm -f /var/cache/fontconfig/*
fi
-
+
# There is a documented issue when the user does not have a
# timezone set (/etc/localtime). It creates invalid XML
# syntax in a comment located in /etc/fonts/fonts.conf.
@@ -13,6 +14,7 @@
./configure --prefix=/usr \
--with-confdir=/etc/fonts \
--disable-docs \
+ --disable-static \
--with-cache-dir=/var/cache/fontconfig \
$OPTS &&
More information about the Lunar-commits
mailing list