[baobab] Link libgd statically



commit 9fd8772e36b9f82746b3b7820fc1409828de44cf
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Tue Oct 16 14:21:44 2012 +0200

    Link libgd statically
    
    A shared object library for one widget is an overkill. Moreover
    this should fix some problems with dynamical symbol resolving
    on some systems.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686208

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6c74341..241685b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,7 @@ PKG_CHECK_MODULES(BAOBAB, [
 LT_INIT([disable-static])
 
 LIBGD_INIT([
+    static
     main-toolbar
     vapi
 ])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]