[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <50CDFEFB.2070208@mojatatu.com>
Date: Sun, 16 Dec 2012 12:03:55 -0500
From: Jamal Hadi Salim <jhs@...atatu.com>
To: Jan Engelhardt <jengelh@...i.de>
CC: stephen.hemminger@...tta.com, vapier@...too.org,
netdev@...r.kernel.org, urykhy@...il.com, shemonc@...il.com,
pablo@...filter.org, netfilter-devel@...r.kernel.org
Subject: Re: [PATCH] build: unbreak linkage of m_xt.so
On 12-12-16 05:30 AM, Jamal Hadi Salim wrote:
> I can confirm it builds fine for me now if i take out the hack I had and
> use this patch.
Sorry, I take what i said back and went back to explicitly adding -l
xtables. The problem is still the intepretation of tc/Makefile. Here's
the compile output.
----
gcc -Wall -Wstrict-prototypes -O2 -I../include -DRESOLVE_HOSTNAMES
-DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE
-DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/lib/xtables\"
-DYY_NO_INPUT -Wl,-export-dynamic -shared -fpic -o m_xt.so m_xt.c
$(pkg-config xtables --cflags --libs)
----
Note the missing expansion.
cheers,
jamal
--
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