summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorveego <veego>2001-10-21 06:56:30 +0000
committerveego <veego>2001-10-21 06:56:30 +0000
commit5b5978bcd968a169364ba22cc904ae6b9ec361b2 (patch)
tree230e21529bf1b473d2f187ef9a57e7ed38406b80 /lang
parent6da5175083e6757eafbd65e52d283cd1c1b288da (diff)
downloadpkgsrc-5b5978bcd968a169364ba22cc904ae6b9ec361b2.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/Makefile4
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