Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102273 Details for
Bug 155587
app-misc/lcdproc-0.5.1 does not build with --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
lcdproc-0.5.1-as-needed.patch
lcdproc-0.5.1-as-needed.patch (text/plain), 2.62 KB, created by
Matthias Schwarzott
on 2006-11-18 07:10:11 UTC
(
hide
)
Description:
lcdproc-0.5.1-as-needed.patch
Filename:
MIME Type:
Creator:
Matthias Schwarzott
Created:
2006-11-18 07:10:11 UTC
Size:
2.62 KB
patch
obsolete
>diff -ru --exclude=Makefile.in lcdproc-0.5.1-orig/clients/lcdexec/Makefile.am lcdproc-0.5.1/clients/lcdexec/Makefile.am >--- lcdproc-0.5.1-orig/clients/lcdexec/Makefile.am 2006-11-18 15:50:52.000000000 +0100 >+++ lcdproc-0.5.1/clients/lcdexec/Makefile.am 2006-11-18 16:02:48.000000000 +0100 >@@ -6,7 +6,7 @@ > > lcdexec_SOURCES = lcdexec.c menu.c menu.h > >-lcdexec_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a >+lcdexec_LDADD = ../../shared/libLCDstuff.a @ldap_libs@ > > AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR=\"$(sysconfdir)\" > >diff -ru --exclude=Makefile.in lcdproc-0.5.1-orig/clients/lcdproc/Makefile.am lcdproc-0.5.1/clients/lcdproc/Makefile.am >--- lcdproc-0.5.1-orig/clients/lcdproc/Makefile.am 2006-11-18 15:50:52.000000000 +0100 >+++ lcdproc-0.5.1/clients/lcdproc/Makefile.am 2006-11-18 16:04:31.000000000 +0100 >@@ -6,7 +6,7 @@ > > lcdproc_SOURCES = main.c main.h mode.c mode.h batt.c batt.h chrono.c chrono.h cpu.c cpu.h cpu_smp.c cpu_smp.h disk.c disk.h load.c load.h mem.c mem.h eyebox.c eyebox.h machine.h machine_Linux.c machine_OpenBSD.c machine_FreeBSD.c machine_NetBSD.c machine_Darwin.c machine_SunOS.c util.c util.h iface.c iface.h > >-lcdproc_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a >+lcdproc_LDADD = ../../shared/libLCDstuff.a @ldap_libs@ > > if DARWIN > AM_LDFLAGS = -framework CoreFoundation -framework IOKit >diff -ru --exclude=Makefile.in lcdproc-0.5.1-orig/clients/lcdvc/Makefile.am lcdproc-0.5.1/clients/lcdvc/Makefile.am >--- lcdproc-0.5.1-orig/clients/lcdvc/Makefile.am 2006-11-18 15:50:52.000000000 +0100 >+++ lcdproc-0.5.1/clients/lcdvc/Makefile.am 2006-11-18 16:05:05.000000000 +0100 >@@ -6,7 +6,7 @@ > > lcdvc_SOURCES = lcdvc.c lcdvc.h lcd_link.c lcd_link.h vc_link.c vc_link.h > >-lcdvc_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a >+lcdvc_LDADD = ../../shared/libLCDstuff.a @ldap_libs@ > > if DARWIN > AM_LDFLAGS = -framework CoreFoundation -framework IOKit >diff -ru --exclude=Makefile.in lcdproc-0.5.1-orig/server/Makefile.am lcdproc-0.5.1/server/Makefile.am >--- lcdproc-0.5.1-orig/server/Makefile.am 2006-11-18 15:50:52.000000000 +0100 >+++ lcdproc-0.5.1/server/Makefile.am 2006-11-18 16:07:07.000000000 +0100 >@@ -6,7 +6,7 @@ > > LCDd_SOURCES= client.c client.h clients.c clients.h input.c input.h main.c main.h menuitem.c menuitem.h menu.c menu.h menuscreens.c menuscreens.h parse.c parse.h render.c render.h screen.c screen.h screenlist.c screenlist.h serverscreens.c serverscreens.h sock.c sock.h widget.c widget.h drivers.c drivers.h driver.c driver.h > >-LDADD = @ldap_libs@ ../shared/libLCDstuff.a commands/libLCDcommands.a >+LDADD = ../shared/libLCDstuff.a commands/libLCDcommands.a @ldap_libs@ > > if !DARWIN > AM_LDFLAGS = -rdynamic -uget_args
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 155587
: 102273 |
102274