blob: 603669fa14f24376f5807c206734e0863ba49cb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ak,v 1.3 2002/11/01 00:26:30 jlam Exp $
--- configure.in.orig Fri Jun 22 21:01:47 2001
+++ configure.in
@@ -180,6 +180,10 @@ dnl compile perl stuff
EXTRA_SUBDIRS="${EXTRA_SUBDIRS} perl"
dnl and compile perl/cyradm
PERL_SUBDIRS="imap"
+dnl add perl cccdlflags when building libraries
+ eval `${PERL} -V:cccdlflags`
+ PERL_CCCDLFLAGS="$cccdlflags"
+ AC_SUBST(PERL_CCCDLFLAGS)
fi
dnl for timsieved
|