]> git.pld-linux.org Git - packages/cyrus-imapd.git/blame - cyrus-imapd-et.patch
- rebuild with perl 5.26
[packages/cyrus-imapd.git] / cyrus-imapd-et.patch
CommitLineData
adc168d7
ER
1--- cyrus-imapd-2.4.18/configure.in~ 2015-07-06 06:38:29.000000000 +0300
2+++ cyrus-imapd-2.4.18/configure.in 2016-07-28 13:23:41.093544787 +0300
3@@ -1108,7 +1108,8 @@
4 COM_ERR_CPPFLAGS=""
868f102c
AF
5 ;;
6 *) # use whatever they told us, or whatever we found
868f102c 7- COM_ERR_LIBS="${with_com_err}/lib/libcom_err.a"
adc168d7 8+ COM_ERR_LDFLAGS=""
868f102c
AF
9+ COM_ERR_LIBS="-lcom_err"
10 COM_ERR_CPPFLAGS="-I${with_com_err}/include"
11 # Ever get the feeling people hide this stuff on purpose?
12 if test -d "${with_com_err}/include/et" ; then
This page took 0.035774 seconds and 4 git commands to generate.