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.
This commit is contained in:
parent
9ddb9015ff
commit
ab08b2ee08
@ -27,6 +27,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= ipsec
|
||||
SHLIB_MAJOR= 0
|
||||
SHLIB_MINOR= 0
|
||||
CFLAGS+=-I${.OBJDIR}
|
||||
CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user