diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-01 00:15:24 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-01 00:15:24 +0000 |
commit | 55109564e039614c949002eb1a7f5dc54dbdf91b (patch) | |
tree | ab5022a11058de4dcf3a9bb334d5b2e4e01e4560 /net-irc/psybnc/files | |
parent | php masks no longer needed (see bug #343597 for rekeywording) (diff) | |
download | gentoo-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.patch | 2 |
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 */ |