* Re: [Powertop] [PATCH 1/3] Remove unknown symbol
@ 2012-05-21 22:16 Chris Ferron
0 siblings, 0 replies; 2+ messages in thread
From: Chris Ferron @ 2012-05-21 22:16 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 964 bytes --]
On 05/21/2012 12:39 PM, Magnus Fromreide wrote:
> Nothing sets the symbol NCURES_LIBS and NCURSES_LIBS is already in the link
> line, so this patch removes the misspelled version.
>
> Signed-off-by: Magnus Fromreide<magfr(a)lysator.liu.se>
> ---
> src/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index b396691..e26c8bc 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -40,7 +40,7 @@ powertop_CPPFLAGS = -D_FORTIFY_SOURCE=2 $(NCURSES_CFLAGS) $(PCIUTILS_CFLAGS) $(L
>
> powertop_LDADD = ../pevent/libparseevent.la
>
> -AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(NCURES_LIBS) $(PTHREAD_LIBS) $(RESOLV_LIBS)
> +AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(PTHREAD_LIBS) $(RESOLV_LIBS)
>
> BUILT_SOURCES = css.h
> CLEANFILES = css.h
patch applied
Thank You
-Chris
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Powertop] [PATCH 1/3] Remove unknown symbol
@ 2012-05-21 19:39 Magnus Fromreide
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Fromreide @ 2012-05-21 19:39 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 858 bytes --]
Nothing sets the symbol NCURES_LIBS and NCURSES_LIBS is already in the link
line, so this patch removes the misspelled version.
Signed-off-by: Magnus Fromreide <magfr(a)lysator.liu.se>
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index b396691..e26c8bc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ powertop_CPPFLAGS = -D_FORTIFY_SOURCE=2 $(NCURSES_CFLAGS) $(PCIUTILS_CFLAGS) $(L
powertop_LDADD = ../pevent/libparseevent.la
-AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(NCURES_LIBS) $(PTHREAD_LIBS) $(RESOLV_LIBS)
+AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(PTHREAD_LIBS) $(RESOLV_LIBS)
BUILT_SOURCES = css.h
CLEANFILES = css.h
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-21 22:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 22:16 [Powertop] [PATCH 1/3] Remove unknown symbol Chris Ferron
-- strict thread matches above, loose matches on Subject: below --
2012-05-21 19:39 Magnus Fromreide
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.