From ab08b2ee086a17c207ad7113836a332890a46834 Mon Sep 17 00:00:00 2001 From: Yoshinobu Inoue Date: Thu, 3 Feb 2000 10:06:53 +0000 Subject: [PATCH] Set libipsec shared library number to 0 When libipsec library is created, no SHLIB numbers are specified in the Makefile. Then the library version was set to 2.(by default?) So change it to 0. For now it should not be problem, because the contents are same. I'll also prepare an entry for UPDATING. --- lib/libipsec/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile index 963e96d5c162..d29fbb5554ae 100644 --- a/lib/libipsec/Makefile +++ b/lib/libipsec/Makefile @@ -27,6 +27,8 @@ # $FreeBSD$ LIB= ipsec +SHLIB_MAJOR= 0 +SHLIB_MINOR= 0 CFLAGS+=-I${.OBJDIR} CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6