[pygobject] Link gi.so with FFI_LIBS
- From: Simon Feltman <sfeltman src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Link gi.so with FFI_LIBS
- Date: Wed, 6 Aug 2014 01:36:55 +0000 (UTC)
commit 093abb4ed052c768f51c90324c2e40063aa6b9b9
Author: Alexey Pavlov <alexpux gmail com>
Date: Tue Aug 5 18:20:25 2014 -0700
Link gi.so with FFI_LIBS
https://bugzilla.gnome.org/show_bug.cgi?id=734286
gi/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gi/Makefile.am b/gi/Makefile.am
index 6fb1c5d..2e61af8 100644
--- a/gi/Makefile.am
+++ b/gi/Makefile.am
@@ -127,7 +127,8 @@ _gi_la_CPPFLAGS = \
_gi_la_LIBADD = \
$(extension_libadd) \
$(GLIB_LIBS) \
- $(GI_LIBS)
+ $(GI_LIBS) \
+ $(FFI_LIBS)
_gi_la_LDFLAGS = \
$(extension_ldflags) \
-export-symbols-regex "init_gi|PyInit__gi"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]