[Xfce4-commits] <midori:master> Fix uselib of main executable to link OpenSSL properly

Christian Dywan noreply at xfce.org
Mon Nov 16 21:18:01 CET 2009


Updating branch refs/heads/master
         to 99c3f54012593a4d566ed747eb26bc05b46df53e (commit)
       from f79bbe1eef9e40680310e5f2752803495cf693bb (commit)

commit 99c3f54012593a4d566ed747eb26bc05b46df53e
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Nov 16 21:14:24 2009 +0100

    Fix uselib of main executable to link OpenSSL properly

 midori/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/wscript_build b/midori/wscript_build
index dbfb381..c1904ff 100644
--- a/midori/wscript_build
+++ b/midori/wscript_build
@@ -11,7 +11,7 @@ obj.includes = '. ..'
 obj.find_sources_in_dirs ('.', excludes=['main.c'])
 obj.add_marshal_file ('marshal.list', 'midori_cclosure_marshal')
 obj.uselib = 'UNIQUE LIBSOUP LIBIDN GIO GTK SQLITE WEBKIT LIBXML ' \
-             'WS2_32 OPENSSL' \
+             'WS2_32 OPENSSL ' \
              'HILDON HILDON_FM'
 obj.uselib_local = 'katze'
 obj.install_path = None



More information about the Xfce4-commits mailing list