]> git.proxmox.com Git - mirror_iproute2.git/commit - Makefile
Remove -L flags from link
authorDiego Elio Pettenò <flameeyes@gmail.com>
Wed, 9 Mar 2011 18:18:03 +0000 (10:18 -0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 9 Mar 2011 18:18:03 +0000 (10:18 -0800)
commit2230ac1d1871b121284cb163fdf54062663d1ceb
treed44d18b5f38d41e03eee17dbf33b0636a967f6b6
parent98f5519cd9db9d1ca58c49af27698101c8fff373
Remove -L flags from link

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

Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com>
Makefile