head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.26.02.57.02; author mef; state Exp; branches; next ; commitid cJxKOCSvJ47qT6PG; desc @@ 1.1 log @(mail/cyrus-imapd38) Fix patching issue @ text @$NetBSD: patch-configure,v 1.1 2026/03/09 03:22:45 jnemeth Exp $ Fix SunOS build of the libcyrus.a library. --- configure.ac.orig 2025-06-27 11:57:49.000000000 +0900 +++ configure.ac 2026-07-26 11:50:10.264315660 +0900 @@@@ -2086,7 +2086,7 @@@@ dnl add perl cccdlflags when building li dnl libraries will be compiled as PIC if perl requires PIC objects dnl -- this is needed on NetBSD and Linux, but seems to cause problems on atleast Solaris -- case "${target_os}" in - linux*|netbsd*|freebsd*|dragonfly*|openbsd*) + linux*|netbsd*|freebsd*|dragonfly*|openbsd*|solaris2*) AC_MSG_CHECKING(for perl cccdlflags needed on "${target_os}") eval `${PERL} -V:cccdlflags` PERL_CCCDLFLAGS="$cccdlflags" @