source: freewrt/package/procmail/patches/patch-autoconf_h@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was f9ae4d3, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

add missing patch

git-svn-id: svn://www.freewrt.org/trunk/freewrt@450 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.1 KB
Line 
1$FreeWRT$
2
3This patch is required to make procmail cross compile - it tries to run some
4automatic tests which obviously do not work in a cross compiled environment.
5
6--- procmail-3.22.orig/autoconf.h 1970-01-01 00:00:00.000000000 +0100
7+++ procmail-3.22/autoconf.h 2006-07-27 07:50:48.000000000 +0200
8@@ -0,0 +1,21 @@
9+/* This file was automagically generated by autoconf */
10+
11+/* 5 moves in 64 steps of size 16384 when reallocing */
12+#define NOpw_class
13+#define NOstrlcat
14+#define NOsetrgid
15+#define MAX_argc 7588
16+/* Your system's strstr() is 1.12 times FASTER than my C-routine */
17+#define UDP_protocolno 17
18+#define BIFF_serviceport "512"
19+#define IP_localhost {127,0,0,1}
20+#define MAILSPOOLDIR "/var/spool/mail/"
21+#define SENDMAIL "/usr/sbin/sendmail"
22+#define CF_no_procmail_yet
23+#define buggy_SENDMAIL
24+#define defPATH "PATH=$HOME/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11"
25+#define defSPATH "PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin/X11"
26+#define PM_VERSION "3.22"
27+/* Hotwire LOCKINGTEST=100 */
28+/* Procmail will lock via: dotlocking, fcntl() */
29+/* autoconf completed */
Note: See TracBrowser for help on using the repository browser.