mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56976
@ -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