mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Help for Perl5 to make in cross-build environments.
Submitted by: Eivind Eklund
This commit is contained in:
parent
bc32f7a3d2
commit
3b5d5dcad4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42885
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile.inc1,v 1.57 1999/01/07 06:26:33 peter Exp $
|
||||
# $Id: Makefile.inc1,v 1.58 1999/01/07 13:09:15 eivind Exp $
|
||||
#
|
||||
# Make command line options:
|
||||
# -DCLOBBER will remove /usr/include
|
||||
@ -189,6 +189,7 @@ COMPILER_ENV= BISON_SIMPLE=${TOOLROOT}/usr/share/misc/bison.simple \
|
||||
BMAKEENV= PATH=${TMPPATH} ${COMPILER_ENV} NOEXTRADEPEND=t \
|
||||
OBJFORMAT_PATH=${TOOLROOT}/usr/libexec:/usr/libexec
|
||||
XMAKEENV= PATH=${STRICTTMPPATH} ${COMPILER_ENV} \
|
||||
PERL5LIB=${DESTDIR}/usr/libdata/perl/5.00502 \
|
||||
OBJFORMAT_PATH=${TOOLROOT}/usr/libexec \
|
||||
CFLAGS="-nostdinc ${CFLAGS}" # XXX -nostdlib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user