[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101209175644.00feca1d@nehalam>
Date: Thu, 9 Dec 2010 17:56:44 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Diego Elio Pettenò <flameeyes@...il.com>
Cc: netdev@...r.kernel.org, Daniel Kurtz <djkurtz@...gle.com>,
Mike Frysinger <vapier@...too.org>
Subject: Re: [PATCH] Link directly to the archive files rather than using
search paths.
On Fri, 10 Dec 2010 01:56:12 +0100
Diego Elio Pettenò <flameeyes@...il.com> wrote:
> While the previous code was supposed to work nonetheless, it could be
> messed up if further -L were used in LDFLAGS to list the path where glibc's
> libutil was to be found.
>
> References: https://bugs.gentoo.org/347489
>
> CC: Daniel Kurtz <djkurtz@...gle.com>
> CC: Mike Frysinger <vapier@...too.org>
> Signed-off-by: Diego Elio Pettenò <flameeyes@...il.com>
> ---
> Makefile | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index c03d74c..d1ace1f 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -33,11 +33,10 @@ CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
> CFLAGS = $(CCOPTS) -I../include $(DEFINES)
> YACCFLAGS = -d -t -v
>
> -LDLIBS += -L../lib -lnetlink -lutil
> -
> SUBDIRS=lib ip tc misc netem genl
>
> LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
> +LDLIBS += $(LIBNETLINK)
>
> all: Config
> @set -e; \
Please be more clear in your subject, yes I can tell this is for
iproute utilities but others may not.
When refering to "previous code" either reply to the original
message thread or provide a link to the changes.
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists