2013-09-26 17:14:40 +02:00

14 lines
548 B
Plaintext

$NetBSD: patch-am,v 1.3 2009/09/10 05:13:56 obache Exp $
--- configure.in.orig 2005-10-13 19:56:14.000000000 +0000
+++ configure.in
@@ -939,7 +939,7 @@ dnl and compile perl/cyradm
dnl add perl cccdlflags when building libraries -- this ensures that the
dnl libraries will be compiled as PIC if perl requires PIC objects
dnl -- this is needed on NetBSD, but seems to cause problems on atleast Solaris --
-dnl eval `${PERL} -V:cccdlflags`
+ eval `${PERL} -V:cccdlflags`
PERL_CCCDLFLAGS="$cccdlflags"
AC_SUBST(PERL_CCCDLFLAGS)
fi