Fix for (amongst other things) the cross-compile case where a too-old
version of libperl was being found. Tested on: beast
This commit is contained in:
parent
eff43d0e8a
commit
bdca82d4e3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user