Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342036 Details for
Bug 335033
x11-plugins/gkrellfire does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gkrellfire-makefile.patch
gkrellfire-makefile.patch (text/plain), 632 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-14 16:34:25 UTC
(
hide
)
Description:
gkrellfire-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-14 16:34:25 UTC
Size:
632 bytes
patch
obsolete
>--- Makefile 2005-04-29 12:29:24.000000000 +0200 >+++ Makefile_new 2013-03-14 17:29:47.344516295 +0100 >@@ -3,22 +3,20 @@ > > INSTALLDIR = /usr/lib/gkrellm2/plugins > >-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) >+FLAGS = -fPIC $(GTK_INCLUDE) > LIBS = $(GTK_LIB) > LFLAGS = -shared > >-CC = gcc >- > OBJS = gkrellfire.o > > all: gkrellfire.so > > %.o: %.c >- $(CC) $(CFLAGS) $(FLAGS) -c -o $@ $< >+ $(CC) $(CFLAGS) $(LDFLAGS) $(FLAGS) -c -o $@ $< > > > gkrellfire.so: $(OBJS) >- $(CC) $(CFLAGS) $(OBJS) -o gkrellfire.so $(LFLAGS) $(LIBS) >+ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o gkrellfire.so $(LFLAGS) $(LIBS) > > clean: > rm -f *.o core *.so* *.bak *~
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 335033
:
245141
|
342034
| 342036 |
342224