Install precious shared libraries with -S.

Prodded by:	Xin LI
This commit is contained in:
Ruslan Ermilov 2004-10-01 07:57:02 +00:00
parent 3f68119c9a
commit c33bd5d626
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136019

View File

@ -187,9 +187,12 @@ _EXTRADEPEND:
.if !target(install)
.if defined(PRECIOUSLIB) && !defined(NOFSCHG)
.if defined(PRECIOUSLIB)
.if !defined(NOFSCHG)
SHLINSTALLFLAGS+= -fschg
.endif
SHLINSTALLFLAGS+= -S
.endif
_INSTALLFLAGS:= ${INSTALLFLAGS}
.for ie in ${INSTALLFLAGS_EDIT}