From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/email/email-3.1.0-ldflags.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/email/email-3.1.0-ldflags.patch (limited to 'main/email/email-3.1.0-ldflags.patch') diff --git a/main/email/email-3.1.0-ldflags.patch b/main/email/email-3.1.0-ldflags.patch new file mode 100644 index 0000000000..d08896ee3a --- /dev/null +++ b/main/email/email-3.1.0-ldflags.patch @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3