$OpenBSD: patch-bdbobj_Makefile_in,v 1.2 2011/05/09 09:30:26 giovanni Exp $

Removing "-static" from libtool linking flags makes our libtool happy 
and doesn't break the testbdb binary

--- bdbobj/Makefile.in.orig	Mon Apr  4 17:04:28 2011
+++ bdbobj/Makefile.in	Wed Apr 13 15:53:46 2011
@@ -72,7 +72,7 @@ am__objects_2 = testbdb.$(OBJEXT)
 testbdb_OBJECTS = $(am_testbdb_OBJECTS)
 testbdb_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
-	$(testbdb_LDFLAGS) $(LDFLAGS) -o $@
+	$(LDFLAGS) -o $@
 SCRIPTS = $(noinst_SCRIPTS)
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/../depcomp
