]> git.proxmox.com Git - mirror_iproute2.git/commit - lib/Makefile
iproute2: use -fPIC in lib/
authorAndreas Henriksson <andreas@fatal.se>
Mon, 23 Nov 2009 10:03:52 +0000 (11:03 +0100)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 2 Dec 2009 00:17:59 +0000 (16:17 -0800)
commit6837f771edf49d5b19c12a2d2760234e86241c48
treea18cea67cf06601f409759b69ce33bbdea424ada
parent080b3ad42820e002b91ab4e3ddb728d2c6763b58
iproute2: use -fPIC in lib/

The static libnetlink.a library is exposed to other users in Debian via the
"iproute-dev" package. Apparently people are interested in using it in their
shared libraries and would like to see the code be position independent.

Patch below makes the code under lib/ build with -fPIC.

See http://bugs.debian.org/547602

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
lib/Makefile