[rygel] build: Remove -Wl,-z,defs



commit 0483d5f9476ab406787fe6ebef7598785091e65e
Author: Jens Georg <mail jensge org>
Date:   Tue Apr 29 20:30:41 2014 +0200

    build: Remove -Wl,-z,defs
    
    Was added by accident and seems to cause problems on some platforms
    
    Signed-off-by: Jens Georg <mail jensge org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727479

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 97c2aa8..f751d58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -399,7 +399,7 @@ AS_IF([test "x$enable_apidocs" != "xno"], [
 AM_CONDITIONAL(ENABLE_VALADOC, test x$found_valadoc = xyes)
 
 AC_SUBST([RYGEL_PLUGIN_LINKER_FLAGS],
-         ["-module -avoid-version -Wl,-z,defs"])
+         ["-module -avoid-version"])
 AC_SUBST([RYGEL_PLUGIN_DIR],
          [${libdir}/rygel-2.2/plugins])
 AC_SUBST([RYGEL_MEDIA_ENGINE_DIR],


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