summaryrefslogtreecommitdiff
path: root/package/procmail
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-12 22:58:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-12 22:58:45 +0100
commitd29b7059e0e3dacc3e051c310eabaecabe19a8d2 (patch)
tree078693d3be8a0d6096587f5ac01b2ffc76dc8626 /package/procmail
parent4129680028eaddf98219126f787b08551bbf7088 (diff)
updates and build fixes for a lot of packages
compiled for ibmx40 with eglibc.
Diffstat (limited to 'package/procmail')
-rw-r--r--package/procmail/patches/patch-Makefile_new7
-rw-r--r--package/procmail/src/Makefile.new2
2 files changed, 6 insertions, 3 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)
diff --git a/package/procmail/src/Makefile.new b/package/procmail/src/Makefile.new
index 3f8ed3ab2..38b092ce9 100644
--- a/package/procmail/src/Makefile.new
+++ b/package/procmail/src/Makefile.new
@@ -6,7 +6,7 @@ PM_OBJ=cstdio.o common.o exopen.o goodies.o locking.o \
FM_OBJ=common.o fields.o formisc.o sublib.o ecommon.o \
acommon.o
-LDFLAGS = -lm -lnsl -ldl -lc
+LDFLAGS = -lm -ldl -lc
CFLAGS = -Os -DPROCMAIL
all: procmail formail