[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100812141002.5f15c357@s6510>
Date: Thu, 12 Aug 2010 14:10:02 -0400
From: Stephen Hemminger <shemminger@...tta.com>
To: Narendra K <Narendra_K@...l.com>
Cc: netdev@...r.kernel.org, matt_domsch@...l.com,
charles_rose@...l.com, jordan_hargrave@...l.com
Subject: Re: [PATCH] Add firmware label support to iproute2
On Thu, 12 Aug 2010 12:35:37 -0500
Narendra K <Narendra_K@...l.com> wrote:
> +ifeq ($(shell test -L /usr/local/lib/libnetdevname.so; echo $$?),0)
> +LDLIBS +=-lnetdevname
> +DEFINES += -DLIBNETDEVNAME_PRESENT
> +endif
I assume any user or distro using libnetdevname will put it in
the standard path not /usr/lib, don't hard code the path here.
why not build a sample program like the ATM checks?
--
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