Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227307 Details for
Bug 275599
net-misc/whois-4.7.36 bug with certain CFLAGS as it mixes CFLAGS and CPPFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the issue for me
whois-5.0.1-cflags-combine.patch (text/plain), 902 bytes, created by
Nathan Phillip Brink (binki) (RETIRED)
on 2010-04-10 20:41:07 UTC
(
hide
)
Description:
Fixes the issue for me
Filename:
MIME Type:
Creator:
Nathan Phillip Brink (binki) (RETIRED)
Created:
2010-04-10 20:41:07 UTC
Size:
902 bytes
patch
obsolete
>diff -U 1 -r whois-5.0.1/Makefile whois-5.0.1.bac/Makefile >--- whois-5.0.1/Makefile 2009-12-16 17:40:11.000000000 -0500 >+++ whois-5.0.1.bac/Makefile 2010-04-08 21:39:02.000000000 -0400 >@@ -4,2 +4,3 @@ > >+CAT = cat > PERL = perl >@@ -7,4 +8,8 @@ > >+.PHONY: all install install-whois install-mkpasswd install-pos distclean clean pos depend >+ >+ > whois_OBJECTS := whois.o utils.o > mkpasswd_OBJECTS := mkpasswd.o utils.o >+DEPINFOS := mkpasswd.depinfo utils.depinfo whois.depinfo > >@@ -58,2 +63,5 @@ > >+%.depinfo: %.c >+ $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) -MM -MG $< > $@ >+ > whois: $(whois_OBJECTS) >@@ -108,2 +116,3 @@ > rm -f po/*.mo >+ rm -f $(DEPINFOS) > >@@ -113,4 +122,4 @@ > depend: Makefile.depend >-Makefile.depend: >- $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) -MM -MG *.c > $@ >+Makefile.depend: $(DEPINFOS) >+ $(CAT) $(DEPINFOS) > $@ > >Only in whois-5.0.1.bac: Makefile.orig >Only in whois-5.0.1.bac: Makefile.rej
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 275599
: 227307