$OpenBSD: patch-configure_in,v 1.1.1.1 2003/04/23 05:33:19 jason Exp $
--- configure.in.orig	Sun Apr 20 23:05:32 2003
+++ configure.in	Sun Apr 20 23:04:58 2003
@@ -68,6 +68,9 @@ if test "$shared" = true; then
 		SHFLAGS="-fPIC"
 		OTHERLIBS="-lsocket -ldl"
         ;;
+	openbsd*)
+		SHFLAGS="-shared -fPIC"
+	;;
 	*)
 	;;
    esac
