diff options
| author | Sam Hartman <hartmans@mit.edu> | 1997-02-22 05:36:31 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1997-02-22 05:36:31 +0000 |
| commit | 0aeca803b06749a1807aabe38987ce5c7e2038f8 (patch) | |
| tree | 1fb3f7a5474af2c30729e0474bbeb81503e53d47 /src/util | |
| parent | 11d228674039c26a10c5516086925265a45ac36c (diff) | |
Update the major version to 3;
NetBSD has an incompatible (thanks to recent changes)
libcom_err.so.2.0 that its linker
prefers to libcom_err.so.1.0
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9944 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/et/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index a10c3d2db..b3fbf189b 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 22 00:34:05 1997 Sam Hartman <hartmans@luminous.MIT.EDU> + + * Makefile.in (LIBMAJOR): Bump to 3 so that the krb5 lib is preferred to the NetBSD system library. + Fri Feb 14 13:55:45 1997 Richard Basch <basch@lehman.com> * com_err.c com_err.h error_message.c error_table.h et_c.awk et_h.awk: diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 51c060123..4c1dd460d 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -10,7 +10,7 @@ SED = sed STLIBOBJS=error_message.o et_name.o init_et.o com_err.o STOBJLISTS=OBJS.ST LIB=com_err -LIBMAJOR=1 +LIBMAJOR=3 LIBMINOR=0 all-unix:: all-liblinks |
