From patchwork Fri Oct 25 12:15:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 286131 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 D34952C0126 for ; Fri, 25 Oct 2013 23:15:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id EB1AD8BD56; Fri, 25 Oct 2013 12:15:42 +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 k2rSAxqoNhCN; Fri, 25 Oct 2013 12:15:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 782E58B9CE; Fri, 25 Oct 2013 12:15:40 +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 0D30D1BFA35 for ; Fri, 25 Oct 2013 12:15:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 088108CDE6 for ; Fri, 25 Oct 2013 12:15:38 +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 8K+LjdznSulg for ; Fri, 25 Oct 2013 12:15:36 +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 7F2798CE51 for ; Fri, 25 Oct 2013 12:15:36 +0000 (UTC) Received: from asgard (host58.190-231-106.telecom.net.ar [190.231.106.58]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r9PCFTC6029963 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 25 Oct 2013 12:15:31 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1382703333; bh=IZEiDR33/j7+zjLpwioTVojqVdc9aakMX8/xS6iDxsM=; h=From:To:Cc:Subject:Date; b=fIhtGTrtrGgejVqhkMTH91keTVv5xm9KrwMS9LIOTqGKnFty4l4EMYnYSNgxOoKXT 4Z54xD/ixNpmV1W/3/n+2HOG5FgtGsXy4cO3RQo9LgHt2SLi7r97hzkmAamRAGA929 veo96FbreiwlHdsk+y1vNHeTSxFXbFY1MzMm4ano= Received: by asgard (sSMTP sendmail emulation); Fri, 25 Oct 2013 09:15:23 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 25 Oct 2013 09:15:19 -0300 Message-Id: <1382703323-31038-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.8 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/5] libevent: add host variant 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 --- package/libevent/libevent.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk index a6def1a..14ebf72 100644 --- a/package/libevent/libevent.mk +++ b/package/libevent/libevent.mk @@ -20,3 +20,4 @@ LIBEVENT_POST_INSTALL_TARGET_HOOKS += LIBEVENT_REMOVE_PYSCRIPT endif $(eval $(autotools-package)) +$(eval $(host-autotools-package))