diff options
author | veego <veego@pkgsrc.org> | 2001-10-21 06:56:30 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-10-21 06:56:30 +0000 |
commit | b9a10835a2955736e54d3e550191c20ae3e2225e (patch) | |
tree | 230e21529bf1b473d2f187ef9a57e7ed38406b80 /lang/perl5 | |
parent | f0da660c4e8c50c6f0958e2410601a36e480b3a4 (diff) | |
download | pkgsrc-b9a10835a2955736e54d3e550191c20ae3e2225e.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/perl5')
-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 |