[rygel/rygel-0-22] build: Remove -Wl,-z,defs



commit 05349e80bc2515995526ad763b8a5f610cfa242c
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 7e1ce89..da96b0d 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]