Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 194067 Details for
Bug 241488
x11-misc/xrootconsole: pre-stripped files found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to address QA issues in Makefile
xrootconsole-0.6.qa-makefile.patch (text/plain), 669 bytes, created by
Kevin Pyle
on 2009-06-10 02:56:52 UTC
(
hide
)
Description:
Patch to address QA issues in Makefile
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2009-06-10 02:56:52 UTC
Size:
669 bytes
patch
obsolete
>--- a/Makefile 2009-06-09 10:20:10.000000000 -0500 >+++ b/Makefile 2009-06-09 10:29:31.000000000 -0500 >@@ -43,13 +43,9 @@ > else echo Bleeding Edge Version; \ > fi;) > >-CC = gcc >-CPPFLAGS = >- > # for production >-CFLAGS = -O2 -DNDEBUG -Wall "-DXROOTCONSOLE_VERSION=\"$(VERSION)\"" \ >+CFLAGS += -DNDEBUG "-DXROOTCONSOLE_VERSION=\"$(VERSION)\"" \ > -I /usr/X11R6/include >-LDFLAGS = -s > > # for testing > #CFLAGS = -g -Wall "-DXROOTCONSOLE_VERSION=\"$(VERSION) (debug build)\"" \ >@@ -66,7 +62,7 @@ > all: $(EXEC) > > $(EXEC): $(OBJS) Makefile >- $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ >+ $(LINK.c) $(OBJS) $(LIBS) -o $@ > > $(OBJS): %.o: %.c util.h Makefile >
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 241488
: 194067 |
194068