Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244767 Details for
Bug 334597
net-irc/ircstats does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Some Makefile fixes, including LDFLAGS
IRCStats-1.0-LDFLAGS.patch (text/plain), 710 bytes, created by
Nathan Phillip Brink (binki) (RETIRED)
on 2010-08-26 16:34:39 UTC
(
hide
)
Description:
Some Makefile fixes, including LDFLAGS
Filename:
MIME Type:
Creator:
Nathan Phillip Brink (binki) (RETIRED)
Created:
2010-08-26 16:34:39 UTC
Size:
710 bytes
patch
obsolete
>diff -ur IRCStats-1.0/Makefile IRCStats-1.0.LDFLAGS/Makefile >--- IRCStats-1.0/Makefile 2002-12-31 20:06:37.000000000 -0500 >+++ IRCStats-1.0.LDFLAGS/Makefile 2010-08-26 12:30:54.000000000 -0400 >@@ -1,14 +1,19 @@ >+.POSIX: >+ > CC = gcc > CFLAGS = -O2 > > default: ircstats > > ircstats: src/ircstats.c >- $(CC) $(CFLAGS) src/ircstats.c -o src/ircstats >+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) src/ircstats.c -o src/ircstats $(LIBS) > install -m 755 src/ircstats . > > install: > @echo "You'll have to do this manually." >+ @false > > clean: > rm -f src/*.o *~ core src/*.i ircstats src/ircstats data/* html/*.html >+ >+.PHONY: install clean >Only in IRCStats-1.0.LDFLAGS: ircstats >Only in IRCStats-1.0.LDFLAGS/src: ircstats
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 334597
:
244701
| 244767