From: Ken Raeburn Date: Fri, 16 Jun 2006 05:53:34 +0000 (+0000) Subject: fix for support lib version number change X-Git-Tag: krb5-1.5-beta1~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31cd6a4ffa4031ab8e9255c7c626736faa42a1d0;p=krb5.git fix for support lib version number change git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18155 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/shlib.conf b/src/config/shlib.conf index 1a1caad78..fbd93393a 100644 --- a/src/config/shlib.conf +++ b/src/config/shlib.conf @@ -287,7 +287,7 @@ mips-*-netbsd*) # libraries, without adding them to the dependency list. We need this because # the direct dependent libraries contain the pathname where the indirect # dependent libraries will be installed (but haven't been yet). - LDCOMBINE_TAIL='-dylib_file "$(KRB5_LIBDIR)/libkrb5support.1.0.dylib":$(TOPLIBD)/libkrb5support.1.0.dylib' + LDCOMBINE_TAIL='-dylib_file "$(KRB5_LIBDIR)/libkrb5support.1.1.dylib":$(TOPLIBD)/libkrb5support.1.1.dylib' CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -dynamic $(CFLAGS) $(LDFLAGS)' CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' RUN_ENV='DYLD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`; export DYLD_LIBRARY_PATH;'