summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-01-29 14:18:02 +0000
committermarkm <markm@FreeBSD.org>2000-01-29 14:18:02 +0000
commitacbc2c26e9ee49b105eafd2d4ef8b5eab69d2ca0 (patch)
treed9e94e352ddf4bd2ee3174f9d95a22874b05d232 /gnu
parent027422c351183c1dfcd26b9d1bd19cfed4054dce (diff)
downloadFreeBSD-src-acbc2c26e9ee49b105eafd2d4ef8b5eab69d2ca0.zip
FreeBSD-src-acbc2c26e9ee49b105eafd2d4ef8b5eab69d2ca0.tar.gz
Fix for (amongst other things) the cross-compile case where a too-old
version of libperl was being found. Tested on: beast
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/miniperl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/miniperl/Makefile b/gnu/usr.bin/perl/miniperl/Makefile
index 293f1a4..e8c6214 100644
--- a/gnu/usr.bin/perl/miniperl/Makefile
+++ b/gnu/usr.bin/perl/miniperl/Makefile
@@ -9,7 +9,7 @@ SRCS= miniperlmain.c config.h
# Miniperl _must_ be static!!
NOSHARED= yes
DPADD= ${LIBPERL} ${LIBM} ${LIBCRYPT}
-LDADD= -lperl -lm -lcrypt
+LDADD= -L${.OBJDIR}/../libperl -lperl -lm -lcrypt
# Trick the bootstrap tools into thinking that miniperl is perl.
# This gets overwritten.
OpenPOWER on IntegriCloud