[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090921074751.GA17570@amd64.fatal.se>
Date: Mon, 21 Sep 2009 09:47:51 +0200
From: Andreas Henriksson <andreas@...al.se>
To: shemminger@...tta.com, netdev@...r.kernel.org
Cc: Dmitry Baryshev <ksquirrel.iv@...il.com>, 547602@...s.debian.org
Subject: [PATCH] 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@...al.se>
diff --git a/lib/Makefile b/lib/Makefile
index bc270bf..da2f0fc 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,3 +1,4 @@
+CFLAGS += -fPIC
UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o
--
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