From patchwork Tue Sep 10 19:26:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 274014 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9DAAD2C01E5 for ; Wed, 11 Sep 2013 05:26:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CCBE58B661; Tue, 10 Sep 2013 19:26:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OgZZ0LbuSLZt; Tue, 10 Sep 2013 19:26:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3D2818B662; Tue, 10 Sep 2013 19:26:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A1C2A1C2C9E for ; Tue, 10 Sep 2013 19:26:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 978B68B8A2 for ; Tue, 10 Sep 2013 19:26:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8rkS-PfeSiTk for ; Tue, 10 Sep 2013 19:26:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1FA018BDE5 for ; Tue, 10 Sep 2013 19:26:52 +0000 (UTC) Received: from asgard (host126.190-136-121.telecom.net.ar [190.136.121.126]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r8AJQkJ4009188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 10 Sep 2013 19:26:49 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1378841211; bh=X4KYJTOfdLfdkvR4kxIfPp6Ykq+1fqkFEKtGk4sFjG8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=RwRp2jWrtRrQuKfEmDuOgtrCx1NId0JJGK1Kax2yJZEPmnsC2fVW/6F+PSEJnfmy+ ojgsd5HZW1FOU+DZ3v3MpbuAvGnHu+QdjNgf6LtWktfGUj1Zr2m8E3/qz6ZS0AehOl XPh1Z+FJyJYp1bT4BbUjbVMREsB6qIC4qnNLyfOg= Received: by asgard (sSMTP sendmail emulation); Tue, 10 Sep 2013 16:26:41 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 10 Sep 2013 16:26:12 -0300 Message-Id: <1378841180-23467-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1378841180-23467-1-git-send-email-gustavo@zacarias.com.ar> References: <1378841180-23467-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 03/11] libnetfilter_acct: add patch for uclinux tuple X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- .../libnetfilter-acct-01-uclinux.patch | 26 ++++++++++++++++++++++ package/libnetfilter_acct/libnetfilter-acct.mk | 1 + 2 files changed, 27 insertions(+) create mode 100644 package/libnetfilter_acct/libnetfilter-acct-01-uclinux.patch diff --git a/package/libnetfilter_acct/libnetfilter-acct-01-uclinux.patch b/package/libnetfilter_acct/libnetfilter-acct-01-uclinux.patch new file mode 100644 index 0000000..070f02c --- /dev/null +++ b/package/libnetfilter_acct/libnetfilter-acct-01-uclinux.patch @@ -0,0 +1,26 @@ +From bfcaf00a8c972e2c10412d917f08626eb05079c7 Mon Sep 17 00:00:00 2001 +From: Gustavo Zacarias +Date: Tue, 10 Sep 2013 15:32:03 -0300 +Subject: [PATCH] configure: uclinux is also linux + +Signed-off-by: Gustavo Zacarias +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index ad1bef8..24a7bb9 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -22,7 +22,7 @@ AC_DISABLE_STATIC + LT_INIT + CHECK_GCC_FVISIBILITY + case "$host" in +-*-*-linux*) ;; ++*-*-linux* | *-*-uclinux*) ;; + *) AC_MSG_ERROR([Linux only, dude!]);; + esac + +-- +1.8.1.5 + diff --git a/package/libnetfilter_acct/libnetfilter-acct.mk b/package/libnetfilter_acct/libnetfilter-acct.mk index c89c5ed..615d46e 100644 --- a/package/libnetfilter_acct/libnetfilter-acct.mk +++ b/package/libnetfilter_acct/libnetfilter-acct.mk @@ -9,6 +9,7 @@ LIBNETFILTER_ACCT_SOURCE = libnetfilter_acct-$(LIBNETFILTER_ACCT_VERSION).tar.bz LIBNETFILTER_ACCT_SITE = http://www.netfilter.org/projects/libnetfilter_acct/files LIBNETFILTER_ACCT_INSTALL_STAGING = YES LIBNETFILTER_ACCT_DEPENDENCIES = host-pkgconf libmnl +LIBNETFILTER_ACCT_AUTORECONF = YES LIBNETFILTER_ACCT_LICENSE = LGPLv2.1+ LIBNETFILTER_ACCT_LICENSE_FILES = COPYING