Enforce overwritting SHLIBDIR
Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere. This makes /lib being populated again. Reported by: many
This commit is contained in:
@@ -4,7 +4,7 @@ GCCDIR= ${.CURDIR}/../../../contrib/gcc
|
||||
GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
|
||||
|
||||
SHLIB_NAME= libgcc_s.so.1
|
||||
SHLIBDIR?= /lib
|
||||
SHLIBDIR= /lib
|
||||
|
||||
.include <src.opts.mk>
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SHLIBDIR?= /lib
|
||||
SHLIBDIR= /lib
|
||||
|
||||
MK_PROFILE= no
|
||||
MK_SSP= no
|
||||
|
||||
Reference in New Issue
Block a user