summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-01-20 05:45:57 +0000
committermarkm <markm@FreeBSD.org>1999-01-20 05:45:57 +0000
commitd0481c5c743a79963542984ba5d62d01cc99fa76 (patch)
tree8925afbfb451265e3d2b54ce6c265127e458c1a3 /Makefile.inc1
parent766e3ec33cd2a26d7797d3a8ce05c252513fcf4b (diff)
downloadFreeBSD-src-d0481c5c743a79963542984ba5d62d01cc99fa76.zip
FreeBSD-src-d0481c5c743a79963542984ba5d62d01cc99fa76.tar.gz
Help for Perl5 to make in cross-build environments.
Submitted by: Eivind Eklund
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 44983aa..197acfa 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud