summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2014-04-29 20:30:41 +0200
committerJens Georg <mail@jensge.org>2014-04-29 20:32:50 +0200
commit0483d5f9476ab406787fe6ebef7598785091e65e (patch)
treefcd2cbac495408c335ce7c1cc68ee5ec77da876c /configure.ac
parentee7895e528e88f6d22683ac17668e22701516f32 (diff)
downloadrygel-0483d5f9476ab406787fe6ebef7598785091e65e.tar.gz
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 97c2aa85..f751d58a 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],