[imapfilter-devel] Patch for gcc 4.5.0

Michal Kolodziejczyk miko at wp.pl
Tue Jun 8 10:04:20 EEST 2010


Hello,
here is the patch for the latest gcc linker (the libraries must come
before object files).

--- Makefile.org	2010-06-08 08:43:45.386814848 +0200
+++ Makefile	2010-06-08 08:44:10.943481795 +0200
@@ -37,7 +37,7 @@
 all: $(BIN)

 $(BIN): $(OBJ)
-	$(CC) -o $(BIN) $(LDFLAGS) $(OBJ) $(LIBS)
+	$(CC) -o $(BIN) $(LIBS) $(LDFLAGS) $(OBJ)

Regards,
miko


More information about the Imapfilter-devel mailing list