[Lunar-commits] <moonbase> poppler: disable static libs
Paul Bredbury
brebs at lunar-linux.org
Sun Feb 6 06:32:07 CET 2011
commit ed0bf684a73b78135950a5799e5686b2a9009a4e
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Feb 6 12:32:07 2011 +0700
poppler: disable static libs
---
libs/poppler/BUILD | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libs/poppler/BUILD b/libs/poppler/BUILD
index 73b38cb..1156e54 100644
--- a/libs/poppler/BUILD
+++ b/libs/poppler/BUILD
@@ -1,10 +1,10 @@
(
- OPTS+=" --disable-gtk-test --enable-xpdf-headers"
+ OPTS+=" --disable-static --disable-gtk-test --enable-xpdf-headers" &&
if in_depends poppler qt4; then
. /etc/profile.d/qt4.rc
- fi
+ fi &&
default_build
More information about the Lunar-commits
mailing list