From patchwork Sat Mar 21 15:38:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Zwing?= X-Patchwork-Id: 452957 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 8EE42140146 for ; Sun, 22 Mar 2015 02:38:45 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=dawncrow.de header.i=@dawncrow.de header.b=ZGoiKqTT; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 966BEA37FA; Sat, 21 Mar 2015 15:38:44 +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 t3K-NRzaifcn; Sat, 21 Mar 2015 15:38:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 80AEEA3CB4; Sat, 21 Mar 2015 15:38:43 +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 08FB81C293D for ; Sat, 21 Mar 2015 15:38:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 055669247D for ; Sat, 21 Mar 2015 15:38:41 +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 aGQpEGB-ZRjj for ; Sat, 21 Mar 2015 15:38:40 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.216]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5A2B092465 for ; Sat, 21 Mar 2015 15:38:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1426952318; l=685; s=domk; d=dawncrow.de; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From: Date; bh=4Tpfu34DI75o1xOmQVSRi6C7KAEbs3JFhAil/X1cvs8=; b=ZGoiKqTTr2YivChzUpyGCVCF4NxnmDk7tyleKSjKiOR+Hjeownd2xtvIf0+34f9duMV ihwqZcTz31WKpBqWNswUIafWkavduJ5dv/vvyuN5k0nk9e5AoQujPDjaQFtLIKJIFAstV kERjnFgEBxSm9GGltEtQwRZ+59wTatDxncc= X-RZG-AUTH: :ImkWY2CseuihIZy6ZWWciR6unPh5JPSWE7VxbdUCFBN5njG7Q28CH4RMeHnmXw== X-RZG-CLASS-ID: mo00 Received: from [192.168.178.50] ([185.61.121.123]) by smtp.strato.de (RZmta 37.4 AUTH) with ESMTPSA id Z01dfer2LFccj5b (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) for ; Sat, 21 Mar 2015 16:38:38 +0100 (CET) Message-ID: <550D9078.7080803@dawncrow.de> Date: Sat, 21 Mar 2015 16:38:32 +0100 From: =?ISO-8859-15?Q?Andr=E9_Hentschel?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: buildroot@busybox.net Subject: [Buildroot] [PATCH 3/4] wine: 1.6.2 has no netapi configure option X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: André Hentschel --- Oops, that accidentally crept in package/wine/wine.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/wine/wine.mk b/package/wine/wine.mk index 188c7cc..c201186 100644 --- a/package/wine/wine.mk +++ b/package/wine/wine.mk @@ -23,7 +23,6 @@ WINE_CONF_OPTS = \ --without-gphoto \ --without-gsm \ --without-hal \ - --without-netapi \ --without-openal \ --without-opencl \ --without-osmesa \ @@ -304,7 +303,6 @@ HOST_WINE_CONF_OPTS += \ --without-jpeg \ --without-ldap \ --without-mpg123 \ - --without-netapi \ --without-openal \ --without-opencl \ --without-opengl \