]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
fix for support lib version number change
authorKen Raeburn <raeburn@mit.edu>
Fri, 16 Jun 2006 05:53:34 +0000 (05:53 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 16 Jun 2006 05:53:34 +0000 (05:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18155 dc483132-0cff-0310-8789-dd5450dbe970

src/config/shlib.conf

index 1a1caad78b1768ad65b15359be2f51681909c726..fbd93393aa763f60c72e1891ce18310d28d7da95 100644 (file)
@@ -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;'