From: Stephen Hemminger Date: Wed, 20 Jun 2007 22:20:22 +0000 (-0700) Subject: netem: static X-Git-Tag: v2.6.23-071016~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30af998941d02414400782da29a7048c0f6199bf;p=thirdparty%2Fiproute2.git netem: static Make netem static rather than shared library. It saves problems on 64 bit platforms. Signed-off-by: Stephen Hemminger --- diff --git a/tc/Makefile b/tc/Makefile index 7640c58ee..b607b261b 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -11,6 +11,7 @@ TCMODULES += q_red.o TCMODULES += q_prio.o TCMODULES += q_tbf.o TCMODULES += q_cbq.o +TCMODULES += q_netem.so TCMODULES += f_rsvp.o TCMODULES += f_u32.o TCMODULES += f_route.o @@ -45,7 +46,6 @@ TCLIB += tc_estimator.o CFLAGS += -DCONFIG_GACT -DCONFIG_GACT_PROB TCSO := -TCSO += q_netem.so ifeq ($(TC_CONFIG_ATM),y) TCSO += q_atm.so endif