From d29b7059e0e3dacc3e051c310eabaecabe19a8d2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 12 Nov 2010 22:58:45 +0100 Subject: updates and build fixes for a lot of packages compiled for ibmx40 with eglibc. --- package/procmail/patches/patch-Makefile_new | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package/procmail/patches') 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) -- cgit v1.2.3