$OpenBSD: patch-source_config_mh-bsd-gcc,v 1.2 2009/01/27 22:11:15 landry Exp $

Prevents build system from setting DT_SONAME into shared libs.

--- source/config/mh-bsd-gcc.orig	Thu Jan 15 08:46:10 2009
+++ source/config/mh-bsd-gcc	Sat Jan 24 13:35:37 2009
@@ -21,7 +21,7 @@ LD_RPATH=	
 LD_RPATH_PRE=	-Wl,-rpath,
 
 ## Compiler switch to embed a library name
-LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
+LD_SONAME =
 
 ## Shared object suffix
 SO = so
