[Lunar-commits] <moonbase> podofo: Altering the BUILD so the make does not fail on some
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Aug 30 23:31:00 CEST 2009
commit a68a32ec134eae26f5c501bc32c35d25a579b62f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Aug 30 17:31:00 2009 -0400
podofo: Altering the BUILD so the make does not fail on some
undefined references to liblua.so.
---
doc-tools/podofo/BUILD | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc-tools/podofo/BUILD b/doc-tools/podofo/BUILD
index ce1ad65..61b320b 100644
--- a/doc-tools/podofo/BUILD
+++ b/doc-tools/podofo/BUILD
@@ -2,6 +2,8 @@
. /etc/profile.d/qt4.rc
+ LDFLAGS="-ldl"
+
PODOFO_BUILD_DIR="$SOURCE_DIRECTORY/podofo-build"
mkdir $PODOFO_BUILD_DIR &&
More information about the Lunar-commits
mailing list