[gnome-builder] plugins: sysprof: avoid building versioned shared objects



commit 3fd8924b99645b7fbb229d8bc9e8c7a0e73e4810
Author: Andreas Henriksson <andreas fatal se>
Date:   Tue Aug 23 17:13:48 2016 +0200

    plugins: sysprof: avoid building versioned shared objects
    
    We don't need .so.0 and .so.0.0 for the sysprof plugin, so
    make sure to pass the PLUGIN_LDFLAGS on.
    
    This is similar to previous commit 986d4301d137eed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770283

 plugins/sysprof/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/sysprof/Makefile.am b/plugins/sysprof/Makefile.am
index 27bc552..e7cd191 100644
--- a/plugins/sysprof/Makefile.am
+++ b/plugins/sysprof/Makefile.am
@@ -23,6 +23,7 @@ nodist_libsysprof_plugin_la_SOURCES = \
 
 libsysprof_plugin_la_CFLAGS = $(PLUGIN_CFLAGS) $(SYSPROF_CFLAGS)
 libsysprof_plugin_la_LIBADD = $(PLUGIN_LIBS) $(SYSPROF_LIBS)
+libsysprof_plugin_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(SYSPROF_LDFLAGS)
 
 glib_resources_c = gbp-sysprof-resources.c
 glib_resources_h = gbp-sysprof-resources.h


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