From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 98E54B10B for ; Fri, 27 Jun 2014 02:47:19 +0200 (CEST) Received: by mail-wi0-f175.google.com with SMTP id r20so1966777wiv.2 for ; Thu, 26 Jun 2014 17:47:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=zNdHlvyBQSSzNLXxFXDGp2nm04b5F05dU0M7Mli36Do=; b=jd2JqZ9Drl2FxprHuTRyIPhVqB5y5t4Mso6rGpllMUBNyP7//WfvJbwlxIYMiI381G Iy88iPh2yO4ykJwaMKXnicfWE/KLtdCKdy6O2PgWvTE68FpOJ3DjJcSu2bq9+11oYC9G iugnDSHkjquCJk/VuEn2OW3GLuiRBWDjIJ3xtQlu7yblnbhPJeFY4bd1DmhrfnH229ab p5kdsUZA7tyjMO3TSnlcMFBSpqahR28MAY4yikV49FUrFwgBIIAqThMHJL9Buore9zGH 4bsVjgyyPhyPvtKJ/okfs3wIZn9HtNiX+L5hKOiALmN40yIBcHyNO7OvLdfKO7oOD2SX PcdA== X-Gm-Message-State: ALoCoQnB0cCj/YAtk3grZ+8ikXtbDwuClsOV31Jbq78u3drQ888RRQsPayDzUQGpoTwTf89fFz5x X-Received: by 10.180.90.207 with SMTP id by15mr7932426wib.51.1403830058781; Thu, 26 Jun 2014 17:47:38 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id i4sm30204565wib.21.2014.06.26.17.47.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 17:47:37 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Fri, 27 Jun 2014 02:47:33 +0200 Message-ID: <1918999.YopyZCxXrI@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1403569384-16758-1-git-send-email-bruce.richardson@intel.com> References: <1403569384-16758-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] minor compile fixes for FreeBSD 10 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 00:47:19 -0000 2014-06-24 01:23, Bruce Richardson: > These two small patches fix minor compilation issues found when testing > compilation on a FreeBSD 10 system. > > > Bruce Richardson (2): > mk: overriding CC also overrides HOSTCC > bsdapp: disable ACL library compilation Acked and applied for version 1.7.0. Thanks -- Thomas