summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-11-01 00:15:24 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-11-01 00:15:24 +0000
commit55109564e039614c949002eb1a7f5dc54dbdf91b (patch)
treeab5022a11058de4dcf3a9bb334d5b2e4e01e4560 /net-irc/psybnc/files
parentphp masks no longer needed (see bug #343597 for rekeywording) (diff)
downloadgentoo-2-55109564e039614c949002eb1a7f5dc54dbdf91b.tar.gz
gentoo-2-55109564e039614c949002eb1a7f5dc54dbdf91b.tar.bz2
gentoo-2-55109564e039614c949002eb1a7f5dc54dbdf91b.zip
Apply correct patch. Thanks to Nathan Phillip Brink (ohnobinki) <ohnobinki@ohnopublishing.net>. Bug #343139
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/psybnc/files')
-rw-r--r--net-irc/psybnc/files/ldflags-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/psybnc/files/ldflags-fix.patch b/net-irc/psybnc/files/ldflags-fix.patch
index c06f3e48b32f..f5bc776b1e6b 100644
--- a/net-irc/psybnc/files/ldflags-fix.patch
+++ b/net-irc/psybnc/files/ldflags-fix.patch
@@ -7,6 +7,6 @@ diff -aurp a/tools/autoconf.c b/tools/autoconf.c
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)
{
- if(!fexists("key/psybnc.cert.pem")) /* only create, if not exist */