summaryrefslogtreecommitdiff
path: root/package/procmail/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/procmail/patches')
-rw-r--r--package/procmail/patches/patch-Makefile_new7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/procmail/patches/patch-Makefile_new b/package/procmail/patches/patch-Makefile_new
index 695c46873..1b2785629 100644
--- a/package/procmail/patches/patch-Makefile_new
+++ b/package/procmail/patches/patch-Makefile_new
@@ -1,6 +1,6 @@
--- procmail-3.22.orig/Makefile.new 1970-01-01 00:00:00.000000000 +0100
-+++ procmail-3.22/Makefile.new 2009-06-04 22:43:04.000000000 +0200
-@@ -0,0 +1,16 @@
++++ procmail-3.22/Makefile.new 2010-01-28 20:54:16.474334142 +0100
+@@ -0,0 +1,19 @@
+PM_OBJ=cstdio.o common.o exopen.o goodies.o locking.o \
+ mailfold.o foldinfo.o misc.o pipes.o regexp.o robust.o \
+ sublib.o acommon.o mcommon.o lastdirsep.o authenticate.o \
@@ -9,6 +9,9 @@
+FM_OBJ=common.o fields.o formisc.o sublib.o ecommon.o \
+ acommon.o
+
++LDFLAGS = -lm -lnsl -ldl -lc
++CFLAGS = -Os -DPROCMAIL
++
+all: procmail formail
+
+procmail: procmail.o $(PM_OBJ)