From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by dpdk.org (Postfix) with ESMTP id A7AE35911 for ; Tue, 10 Dec 2013 10:39:39 +0100 (CET) Received: by mail-we0-f179.google.com with SMTP id q59so4635575wes.38 for ; Tue, 10 Dec 2013 01:40:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=s2aiFr/HGhDw5HqCEJTmQT4trQSF0iVeccSKcqrgbgk=; b=OCJLVUvjfewo/sAfOzu8nR/qJ6WJiV3mhdeEqoBYJhbz6b3UBpQdvhU+ze7gj0NIkM Mcrplx989HwnCtsuDQsCJvJLA70bp4LWoQTFJCRSm3ZwqAoor6Q4Kd34yrF/gmsIEGVJ M4eVwIWCjzbA5bFB8Y2R0rALIh0PLCAi5MCaStHkbr3/zaw2ce72Tn0v5hbB6Tx6Y/Ob u1cBxbZL0W9z/44sGd6R1l48ri5XLqQ5L8dMycoA/sz5ll+TSOem3kl7H2cjvi7iu8ni SRdjn6dVH6YhFzhE+9R3D9Q32zCu0Hx54u6bIQBWbrPpfDlMBKFhzGGc4wsmIAx7pc76 BfeQ== X-Gm-Message-State: ALoCoQmXbR6lQvHWSapgWwushsje2uzs6sUvoWQCKDcJWBCjLnhdFo8RU8OtwnorFyBhYKniT0TB X-Received: by 10.194.219.1 with SMTP id pk1mr19913565wjc.36.1386668443838; Tue, 10 Dec 2013 01:40:43 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fj8sm4156139wib.1.2013.12.10.01.40.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Dec 2013 01:40:43 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Robert Sanford Date: Tue, 10 Dec 2013 10:40:41 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201312101040.41120.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mk: fix pcap build with empty LIBPCAP_CFLAGS 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: Tue, 10 Dec 2013 09:39:40 -0000 06/12/2013 17:48, Robert Sanford : > Fix pcap build - In rte.sdkbuild.mk with CONFIG_RTE_LIBRTE_PMD_PCAP=y, > we error-exit if LIBPCAP_CFLAGS is empty. On some distros (e.g., Centos > 6.4), > it is normal for "pcap-config --cflags" to output only a newline, because > pcap > header files reside in /usr/include/. > Solution is to remove the line that checks whether LIBPCAP_CFLAGS is empty. Acked and applied. -- Thomas