You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-irc/psybnc/files/ldflags-fix.patch

13 lines
540 B

diff -aurp a/tools/autoconf.c b/tools/autoconf.c
--- a/tools/autoconf.c 2010-10-10 20:25:29.295001235 +0000
+++ b/tools/autoconf.c 2010-10-10 20:26:02.738999569 +0000
@@ -449,7 +449,7 @@ int main()
fprintf(makefile,"TARGET = psybnc\n");
fprintf(makefile,"\n");
fprintf(makefile,"all: $(OBJS)\n");
- fprintf(makefile," $(CC) -o $(TARGET) $(CFLAGS) $(OBJS) $(LIBS)\n");
+ fprintf(makefile," $(CC) -o $(TARGET) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)\n");
fprintf(makefile," @strip $(TARGET)\n");
if(ssl==0)
{