lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 21 Jan 2010 10:05:52 -0800
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Mike Frysinger <vapier@...too.org>
Cc:	stephen.hemminger@...tta.com, netdev@...r.kernel.org
Subject: Re: [PATCH] tc: respect LDFLAGS for %.so targets

On Sat, 26 Dec 2009 14:52:36 -0500
Mike Frysinger <vapier@...too.org> wrote:

> Since there aren't any targets that currently use this pattern rule, this
> is more of a proactive fix.
> 
> Signed-off-by: Mike Frysinger <vapier@...too.org>
> ---
>  tc/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/tc/Makefile b/tc/Makefile
> index f3dd2b7..0b5d7d3 100644
> --- a/tc/Makefile
> +++ b/tc/Makefile
> @@ -87,7 +87,7 @@ YACC := bison
>  LEX := flex
>  
>  %.so: %.c
> -	$(CC) $(CFLAGS) -shared -fpic $< -o $@
> +	$(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic $< -o $@
>  
>  
>  all: libtc.a tc $(TCSO)

applied

-- 
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ