Files @ 769820bd8abf
Branch filter:

Location: ohnobinki_overlay/net-irc/anope/files/ldflags-fix.patch

binki
net-irc/anope: Fix compilation error on portage-multilib with patched gcc-config, bug 351414.

(Portage version: 2.2.0_alpha11-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
diff -aurp a/src/core/Makefile b/src/core/Makefile
--- a/src/core/Makefile	2010-10-10 19:55:31.396999906 +0000
+++ b/src/core/Makefile	2010-10-10 19:53:54.877001245 +0000
@@ -24,7 +24,7 @@ distclean: spotless
 	$(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $<
 
 .o.s:
-	$(CC) ${SHARED} ../mod_version.o $< -o $*.so ${PROFILE}
+	$(CC) $(CFLAGS) $(LDFLAGS) ${SHARED} ../mod_version.o $< -o $*.so ${PROFILE}
 	@$(TOUCH) $*.s
 
 subs:
diff -aurp a/src/modules/Makefile b/src/modules/Makefile
--- a/src/modules/Makefile	2010-10-10 19:55:32.486000023 +0000
+++ b/src/modules/Makefile	2010-10-10 19:54:07.240000026 +0000
@@ -27,7 +27,7 @@ distclean: spotless
 	$(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $<
 
 .o.s:
-	$(CC) ${SHARED} ../mod_version.o $< -o $*.so  ${PROFILE}
+	$(CC) $(CFLAGS) $(LDFLAGS) ${SHARED} ../mod_version.o $< -o $*.so  ${PROFILE}
 	@$(TOUCH) $*.s
 
 subs:
diff -aurp a/src/protocol/Makefile b/src/protocol/Makefile
--- a/src/protocol/Makefile	2010-10-10 19:55:33.605002302 +0000
+++ b/src/protocol/Makefile	2010-10-10 19:54:19.271997806 +0000
@@ -24,7 +24,7 @@ distclean: clean spotless
 	$(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $<
 
 .o.s:
-	$(CC) ${SHARED} ../mod_version.o  $< -o $*.so ${PROFILE}
+	$(CC) $(CFLAGS) $(LDFLAGS) ${SHARED} ../mod_version.o  $< -o $*.so ${PROFILE}
 	@$(TOUCH) $*.s
 
 subs: