Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341922 Details for
Bug 335013
x11-plugins/gkrellm-imonc does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gkrellm-imonc-makefile.patch
gkrellm-imonc-makefile.patch (text/plain), 744 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-13 17:30:27 UTC
(
hide
)
Description:
gkrellm-imonc-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-13 17:30:27 UTC
Size:
744 bytes
patch
obsolete
>--- Makefile 2003-05-17 20:08:29.000000000 +0200 >+++ Makefile_new 2013-03-13 18:24:24.552941672 +0100 >@@ -9,12 +9,10 @@ > GTK_INCLUDE = $(shell pkg-config gtk+-2.0 --cflags) > GTK_LIB = $(shell pkg-config gtk+-2.0 --libs) > >-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) >+FLAGS = -fPIC $(GTK_INCLUDE) > LIBS = $(GTK_LIB) > >-LFLAGS = -shared >- >-CC = gcc >+LFLAGS = -shared > > # > # files >@@ -30,7 +28,7 @@ > > > %.o : %.c >- $(CC) $(CFLAGS) $(FLAGS) -c $< -o $@ >+ $(CC) $(CFLAGS) $(LDFLAGS) $(FLAGS) -c $< -o $@ > > > all: >@@ -41,7 +39,7 @@ > > $(TARGET): $(OBJECTS) > @echo -e "\n\n>> linking\n" >- $(CC) $(OBJECTS) -o $@ $(LFLAGS) $(LIBS) >+ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $@ $(LFLAGS) $(LIBS) > @echo -e "\n<< done " > > install: gkrellm-imonc.so
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 335013
:
245121
|
341918
| 341922 |
342222