Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342250 Details for
Bug 338903
x11-plugins/gkrellkam does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gkrellkam-makefile.patch
gkrellkam-makefile.patch (text/plain), 736 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-16 13:07:26 UTC
(
hide
)
Description:
gkrellkam-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-16 13:07:26 UTC
Size:
736 bytes
patch
obsolete
>--- Makefile 2002-10-23 18:36:20.000000000 +0200 >+++ Makefile_new 2013-03-16 14:02:42.979029588 +0100 >@@ -12,10 +12,10 @@ > # This should point to the GKrellM headers > GKRELLM_HDRS = /usr/include > >-CC := gcc >+CC = $(CC) > GTKFLAGS := $(shell pkg-config gtk+-2.0 --cflags) >-CFLAGS := $(CFLAGS) -fPIC -Wall $(GTKFLAGS) -I$(GKRELLM_HDRS) >-LDFLAGS := -shared -Wl >+CFLAGS := $(CFLAGS) -fPIC $(GTKFLAGS) -I$(GKRELLM_HDRS) >+LFLAGS = -shared > INST_DIR := $(DESTDIR)/usr/lib/gkrellm2/plugins > USER_INST_DIR := $(DESTDIR)$(HOME)/.gkrellm2/plugins > MANPAGES := gkrellkam-list.5 >@@ -26,7 +26,7 @@ > all: $(TARGET).so > > %.so: %.o >- $(CC) $(LDFLAGS) -o $@ $< >+ $(CC) $(CFLAGS) $(LDFLAGS) $(LFLAGS) -o $@ $< > > clean: > -rm -f $(TARGET).so $(TARGET).o
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 Raw
Actions:
View
Attachments on
bug 338903
:
248770
|
342246
| 342250