$OpenBSD: patch-lib_ss_Makefile_in,v 1.4 2013/06/21 22:35:51 sthen Exp $

Statically link libcom_err to avoid conflict with kerberosV.

--- lib/ss/Makefile.in.orig	Fri Sep 21 17:30:41 2012
+++ lib/ss/Makefile.in	Wed Jun 19 14:50:51 2013
@@ -15,12 +15,12 @@ DLOPEN_LIB = @DLOPEN_LIB@
 LIBRARY= libss
 LIBDIR= ss
 
-ELF_VERSION = 2.0
-ELF_SO_VERSION = 2
+ELF_VERSION = $(LIBss_VERSION)
+ELF_SO_VERSION = $(LIBss_VERSION)
 ELF_IMAGE = libss
 ELF_MYDIR = ss
 ELF_INSTALL_DIR = $(root_libdir)
-ELF_OTHER_LIBS = -lcom_err $(DLOPEN_LIB)
+ELF_OTHER_LIBS = ../../libcom_err.a $(DLOPEN_LIB)
 
 BSDLIB_VERSION = 1.0
 BSDLIB_IMAGE = libss
