From patchwork Sat Dec 13 22:00:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 420801 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 6DB601400DD for ; Sun, 14 Dec 2014 09:01:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id ACC8B2F39C; Sat, 13 Dec 2014 22:01:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RP0IzGGef2Ev; Sat, 13 Dec 2014 22:01:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 748DB2F34C; Sat, 13 Dec 2014 22:01:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id BD2C21C24AF for ; Sat, 13 Dec 2014 22:01:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B81E6A1174 for ; Sat, 13 Dec 2014 22:01:05 +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 m1nUnoRfElGF for ; Sat, 13 Dec 2014 22:01:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by fraxinus.osuosl.org (Postfix) with ESMTPS id CDC0FA1179 for ; Sat, 13 Dec 2014 22:01:04 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id n12so11775578wgh.20 for ; Sat, 13 Dec 2014 14:01:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=OsAgI79oKZCq7a48GhZA6m/fYvkFcN4lwn33+PG0I6U=; b=Bh05FqlAM7VY+0bFFDiS//XU7AmTSEN028H4EyARno5JxTctSohchBybDvzot2UHma QIHweR5X3JL1dgcSfX0E5lwQgM3CCE2ohf5oDoGF94Ldh8e/B9VX7vyrvkG8BfhYTxss CSZ1881qEDmjn8MI/cy2ZwiYAftoJ85ooDd2wa8j67xNvV7L6ru99viD7bjOXbLEERwJ GkKl9Ps3rQTvuVEchvunmNq6aL9EIhI56qeMNAt+5+asXkbVWn/V8IWRc5PCkxzNO66f SQpPVe7LRkbUqiRSGgr2N5nWHmVzjb3yj3jZYYPA5MHZruJyEjgoUI2Rsb0GgSKucWT1 cqDA== X-Received: by 10.194.78.3 with SMTP id x3mr38057687wjw.127.1418508063495; Sat, 13 Dec 2014 14:01:03 -0800 (PST) Received: from localhost.localdomain ([89.202.204.147]) by mx.google.com with ESMTPSA id wa5sm6961786wjc.8.2014.12.13.14.01.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 13 Dec 2014 14:01:02 -0800 (PST) From: Angelo Compagnucci To: buildroot@uclibc.org Date: Sat, 13 Dec 2014 23:00:52 +0100 Message-Id: <1418508052-25062-1-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] package/mono: fixing shared/static handling 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Mono should always be compiled with --enable-static, this patch forces --enable-static also in case of shared only libraries. Fixes: http://autobuild.buildroot.net/results/e739d64011fb6a24ccbef136d75944f3bd2eba03/ http://autobuild.buildroot.net/results/7ebe6909da859507639f57da2d4fee46efc062d4/ http://autobuild.buildroot.net/results/03c2243080b026b0c6f4bb64e7dc8dc359f0c8c2/ http://autobuild.buildroot.net/results/406bf830ae84cf9ce4afd5a4ddc265197df42b44/ http://autobuild.buildroot.net/results/894a3e0627244b5e1980c3840629b4627999d252/ http://autobuild.buildroot.net/results/2dad2609834564060dc090919c128b45e289102e/ http://autobuild.buildroot.net/results/46de32cbe68b614763a72303490515f80cfe5bfd/ http://autobuild.buildroot.net/results/b167d2660ca37b896ceb8f1372d88eda6d6397d7/ http://autobuild.buildroot.net/results/17b6aee3d0aaf425412f9f5d89de665de9efedb8/ http://autobuild.buildroot.net/results/af9e5203299819085441fb6ee27e027d58f220b3/ http://autobuild.buildroot.net/results/138e5bd9bd0e2ad6de13278b446d1a48a9b64b17/ http://autobuild.buildroot.net/results/b77d52aaa5face5d5b8afe39f9a32a51b1df500f/ Signed-off-by: Angelo Compagnucci --- package/mono/mono.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/mono/mono.mk b/package/mono/mono.mk index baf205a..3d50ac1 100644 --- a/package/mono/mono.mk +++ b/package/mono/mono.mk @@ -24,7 +24,8 @@ MONO_CONF_OPTS = --disable-gtk-doc \ --disable-libraries \ --with-ikvm-native=no \ --enable-minimal=aot,profiler,debug \ - --disable-mcs-build + --disable-mcs-build \ + --enable-static # The libraries have been built by the host-mono build. Since they are # architecture-independent, we simply copy them to the target.