commit | 6837f771edf49d5b19c12a2d2760234e86241c48 | [log] [tgz] |
---|---|---|
author | Andreas Henriksson <andreas@fatal.se> | Mon Nov 23 11:03:52 2009 +0100 |
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | Tue Dec 01 16:17:59 2009 -0800 |
tree | a18cea67cf06601f409759b69ce33bbdea424ada | |
parent | 080b3ad42820e002b91ab4e3ddb728d2c6763b58 [diff] |
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>