Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342274 Details for
Bug 340155
x11-plugins/gkrellm-cpufreq 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-cpufreq-makefile.patch
gkrellm-cpufreq-makefile.patch (text/plain), 713 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-16 13:53:58 UTC
(
hide
)
Description:
gkrellm-cpufreq-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-16 13:53:58 UTC
Size:
713 bytes
patch
obsolete
>--- Makefile 2007-07-15 16:01:29.000000000 +0200 >+++ Makefile_new 2013-03-16 14:50:57.103563267 +0100 >@@ -3,17 +3,22 @@ > GTK_INCLUDE = `pkg-config gtk+-2.0 --cflags` > GTK_LIB = `pkg-config gtk+-2.0 --libs` > >-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) >+FLAGS = -fPIC $(GTK_INCLUDE) > LIBS = $(GTK_LIB) > > LFLAGS = -shared -lcpufreq > >-CC = gcc $(CFLAGS) $(FLAGS) >+CC = $(CC) > > OBJS = cpufreq.o > >+all: cpufreq.so >+ >+%.o: %.c >+ $(CC) $(CFLAGS) $(FLAGS) -c -o $@ $< >+ > cpufreq.so: $(OBJS) >- $(CC) $(OBJS) -o cpufreq.so $(LFLAGS) $(LIBS) >+ $(CC) $(CFLAGS) $(FLAGS) $(LDFLAGS) $(OBJS) -o cpufreq.so $(LFLAGS) $(LIBS) > > install: cpufreq.so > install -D -m 755 -s cpufreq.so $(DESTDIR)/usr/lib/gkrellm2/plugins/cpufreq.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 340155
:
249944
|
342272
| 342274