From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 8 May 2013 13:11:57 +0800 References: <1367931069-7177-1-git-send-email-sven@narfation.org> <1367931069-7177-8-git-send-email-sven@narfation.org> In-Reply-To: <1367931069-7177-8-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201305081311.57379.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 7/9] batman-adv-devel: Add missing TARGET_* flags to batctl compile Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: Sven Eckelmann On Tuesday, May 07, 2013 20:51:07 Sven Eckelmann wrote: > The compilation step of batctl completely dropped the TARGET_CFLAGS, > TARGET_CPPFLAGS and TARGET_LDFLAGS and therefore weren't compiled and > linked with the flags given by the OpenWRT build environment. It seems you missed the meaning of MAKE_BATCTL_ARGS ? This variable contains TARGET_CFLAGS already. We apparently are missing TARGET_CPPFLAGS and TARGET_LDFLAGS. Do you want to resend and make the necessary changes to MAKE_BATCTL_ARGS ? Cheers, Marek