]> git.pld-linux.org Git - packages/cyrus-imapd.git/blame - cyrus-imapd-et.patch
- rel 1
[packages/cyrus-imapd.git] / cyrus-imapd-et.patch
CommitLineData
73a7e750
AM
1--- cyrus-imapd-3.0.8/configure.ac~ 2018-08-10 04:59:00.000000000 +0200
2+++ cyrus-imapd-3.0.8/configure.ac 2018-09-16 13:54:40.617032333 +0200
3@@ -1742,8 +1742,8 @@ case "$with_com_err" in
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"
73a7e750 8- COM_ERR_CPPFLAGS="-I${with_com_err}/include"
868f102c 9+ COM_ERR_LIBS="-lcom_err"
73a7e750 10+ COM_ERR_CPPFLAGS=""
868f102c
AF
11 # Ever get the feeling people hide this stuff on purpose?
12 if test -d "${with_com_err}/include/et" ; then
73a7e750 13 COM_ERR_CPPFLAGS="-I${with_com_err}/include/et"
This page took 0.108756 seconds and 4 git commands to generate.