ebuild for beta version of psybnc

This commit is contained in:
2012-07-03 23:47:39 +04:00
parent bc57d77f91
commit 30552ac982
14 changed files with 485 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- tools/autoconf.c.orig 2012-07-03 22:55:46.955338792 +0400
+++ tools/autoconf.c 2012-07-03 22:56:17.977337001 +0400
@@ -637,7 +637,7 @@
fprintf(makefile,"TARGET = psybnc\n");
fprintf(makefile,"\n");
fprintf(makefile,"all: $(OBJS)\n");
- fprintf(makefile," $(CC) -o $(TARGET) $(CFLAGS) $(OBJS) %s $(LIBS)\n", dnsobj);
+ fprintf(makefile," $(CC) -o $(TARGET) $(CFLAGS) ${LDFLAGS} $(OBJS) %s $(LIBS)\n", dnsobj);
/* fprintf(makefile," @strip $(TARGET)\n");*/
if(ssl==0)
{