Hi all,
Please find attached a small patch that updates the patch file for imapd 2.2.3.
Without this little amendment imapd refuses to compile as it cannot find com_err.h.
Kind regards,
--
Stephan Buys
Code Fusion cc.
Tel: +27 11 391 1412
Mobile: +27 83 294 1876
Email: [EMAIL PROTECTED]
--- imapd.spec 2004-02-09 10:31:34.000000000 +0200
+++ imapd.spec.new 2004-02-17 07:45:17.862846064 +0200
@@ -95,7 +95,7 @@
# ensure local com_err can be used
%{l_shtool} subst -s \
- -e 's;#include <com_err.h>;#include "com_err.h";' \
+ -e 's;#include <com_err.h>;#include "et/com_err.h";' \
`find . -name *.[ch] -print`
# ensure linking of Berkeley DB