diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-06-16 05:53:34 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-06-16 05:53:34 +0000 |
| commit | 31cd6a4ffa4031ab8e9255c7c626736faa42a1d0 (patch) | |
| tree | c5facb74973d919e2716e743dd6415e8c0098e5b /src | |
| parent | 3f64ad23428f1d6caef0ce638072f442f40d4a52 (diff) | |
fix for support lib version number change
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18155 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/shlib.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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;' |
