diff options
Diffstat (limited to 'extra/email/email-3.1.0-ldflags.patch')
-rw-r--r-- | extra/email/email-3.1.0-ldflags.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/email/email-3.1.0-ldflags.patch b/extra/email/email-3.1.0-ldflags.patch deleted file mode 100644 index d08896ee3a..0000000000 --- a/extra/email/email-3.1.0-ldflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- email-3.1.0.orig/src/Makefile.in Tue Dec 30 13:16:08 2008 -+++ email-3.1.0/src/Makefile.in Tue Dec 30 13:17:00 2008 -@@ -18,7 +18,7 @@ - remotesmtp.o sig_file.o smtpcommands.o utils.o - - all: $(FILES) -- $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(LDFLAGS) $(LIBS) $(DLIB) -+ $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(DLIB) $(LDFLAGS) $(LIBS) - - clean: - rm -f *.o *.d email |