mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Make a local build tool static to avoid trying to use shared libraries
before rtld is installed.
This commit is contained in:
parent
cb7f1224bb
commit
84ebe84dc6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38654
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.10 1998/01/03 14:09:21 wosch Exp $
|
||||
# $Id: Makefile,v 1.11 1998/07/07 02:30:45 bde Exp $
|
||||
|
||||
SCRMAPS = koi8-r2cp866.scm iso-8859-1_to_cp437.scm
|
||||
|
||||
@ -22,7 +22,7 @@ ${SCRMAPS}: ${.TARGET:R}.mk
|
||||
rm -f ${.TARGET:R}.tmp
|
||||
|
||||
${SCRMAPS_MK}: ${.TARGET:R} mkscrfil.c
|
||||
${CC} ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \
|
||||
${CC} -static ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \
|
||||
-o ${.TARGET} ${.CURDIR}/mkscrfil.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user