]> git.pld-linux.org Git - packages/cyrus-imapd.git/blob - cyrus-imapd-et.patch
compile using external libcom_err
[packages/cyrus-imapd.git] / cyrus-imapd-et.patch
1 --- cyrus-imapd-2.0.14/configure.in.wiget       Thu Jun 21 20:46:04 2001
2 +++ cyrus-imapd-2.0.14/configure.in     Thu Jun 21 23:40:18 2001
3 @@ -668,11 +668,12 @@
4        ;;
5    *) # use whatever they told us, or whatever we found
6       COMPILE_ET="${with_com_err}/bin/compile_et"
7 -     COM_ERR_LIBS="${with_com_err}/lib/libcom_err.a"
8 +     COM_ERR_LDFLAGS="-L${with_com_err}/lib"
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
13 -       COM_ERR_CPPFLAGS="-I${with_com_err}/include"
14 +       COM_ERR_CPPFLAGS="-I${with_com_err}/include/et"
15       fi
16  dnl     CMU_ADD_LIBPATH_TO(${with_com_err}/lib, COM_ERR_LDFLAGS)
17       COMPILE_ET="${with_com_err}/bin/compile_et"
This page took 0.114938 seconds and 4 git commands to generate.