aports/main/email/email-3.1.0-ldflags.patch
Natanael Copa b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00

12 lines
391 B
Diff

--- 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