diff options
author | veego <veego> | 2001-10-21 06:56:30 +0000 |
---|---|---|
committer | veego <veego> | 2001-10-21 06:56:30 +0000 |
commit | f8837a6046d6426d801682c3998744311b88f137 (patch) | |
tree | 230e21529bf1b473d2f187ef9a57e7ed38406b80 /lang | |
parent | c2ed4001f5d93026fb3cef43531e30af0ccbeef0 (diff) | |
download | pkgsrc-f8837a6046d6426d801682c3998744311b88f137.tar.gz |
Add 'dl' to the LIBSWANTED.SunOS line.
Now the perl configure script finds a dlopen on SunOS and builds a shared
libperl, which makes it possible to build mod_perl.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 157222510e3..cf36d54578f 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2001/10/14 19:55:47 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2001/10/21 06:56:30 veego Exp $ .include "../../lang/perl5/Makefile.common" @@ -36,7 +36,7 @@ MKPIC?= yes # particular operating system. # LIBSWANTED.NetBSD= m crypt -LIBSWANTED.SunOS= m crypt socket nsl +LIBSWANTED.SunOS= m crypt dl socket nsl # Nail down the directories in which the system libraries may be found. # If this isn't defined, then use the perl defaults for the particular |