diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 10:58:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 10:58:57 +0100 |
commit | 7709c0e4f3a9ea4fddbe5764c000135f9eacac49 (patch) | |
tree | ecaf6ae324113ce92c97a2191919a1959efc43c1 /package/procmail | |
parent | 9c2ebc92f8f3f1e7b02e0724eab2bc4d9b5edfd0 (diff) |
fix wrong rpath and cflags
Diffstat (limited to 'package/procmail')
-rw-r--r-- | package/procmail/src/Makefile.new | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/procmail/src/Makefile.new b/package/procmail/src/Makefile.new index 38b092ce9..8ec246b2b 100644 --- a/package/procmail/src/Makefile.new +++ b/package/procmail/src/Makefile.new @@ -6,8 +6,8 @@ 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 -ldl -lc -CFLAGS = -Os -DPROCMAIL +LDFLAGS ?= -lm -ldl -lc +CFLAGS ?= -DPROCMAIL all: procmail formail |