$OpenBSD: patch-configure,v 1.4 2014/06/02 08:20:22 jasper Exp $

From 0483d5f9476ab406787fe6ebef7598785091e65e Mon Sep 17 00:00:00 2001
From: Jens Georg <mail@jensge.org>
Date: Tue, 29 Apr 2014 20:30:41 +0200
Subject: build: Remove -Wl,-z,defs

--- configure.orig	Thu May 29 10:06:43 2014
+++ configure	Mon Jun  2 10:08:50 2014
@@ -17627,7 +17627,7 @@ else
 fi
 
 
-RYGEL_PLUGIN_LINKER_FLAGS="-module -avoid-version -Wl,-z,defs"
+RYGEL_PLUGIN_LINKER_FLAGS="-module -avoid-version"
 
 RYGEL_PLUGIN_DIR=${libdir}/rygel-2.2/plugins
 
