summaryrefslogtreecommitdiffstats
path: root/lib/libipsec
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-02-03 10:06:53 +0000
committershin <shin@FreeBSD.org>2000-02-03 10:06:53 +0000
commit22aa8f5f0343020efcf93d4ebc043c5f558995d5 (patch)
tree7549b2828dff230b6d1d1f594ce6bcfbf5383c48 /lib/libipsec
parent14318c071fc4a17bf3a127ec4953a82e64c0ce10 (diff)
downloadFreeBSD-src-22aa8f5f0343020efcf93d4ebc043c5f558995d5.zip
FreeBSD-src-22aa8f5f0343020efcf93d4ebc043c5f558995d5.tar.gz
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.
Diffstat (limited to 'lib/libipsec')
-rw-r--r--lib/libipsec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile
index 963e96d..d29fbb5 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
OpenPOWER on IntegriCloud