$OpenBSD: patch-bdbobj_Makefile_in,v 1.3 2013/05/07 08:07:34 giovanni Exp $

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

--- bdbobj/Makefile.in.orig	Wed Oct  3 17:38:13 2012
+++ bdbobj/Makefile.in	Mon Jan 14 15:45:03 2013
@@ -89,7 +89,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
