From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1DBABC25B4F for ; Sun, 12 May 2024 18:35:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id BEB0B605EE; Sun, 12 May 2024 18:35:15 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id vPVI0a-4h1NS; Sun, 12 May 2024 18:35:15 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.34; helo=ash.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org C52E06061D Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id C52E06061D; Sun, 12 May 2024 18:35:14 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id D7CE61BF868 for ; Sun, 12 May 2024 18:35:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id CD553409DE for ; Sun, 12 May 2024 18:35:11 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id HzBg1vJLY7XL for ; Sun, 12 May 2024 18:35:10 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=116.202.254.214; helo=ciao.gmane.io; envelope-from=gclub-buildroot@m.gmane-mx.org; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp4.osuosl.org 6AF94409C6 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 6AF94409C6 Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by smtp4.osuosl.org (Postfix) with ESMTPS id 6AF94409C6 for ; Sun, 12 May 2024 18:35:10 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1s6E2N-0002tV-1q for buildroot@uclibc.org; Sun, 12 May 2024 20:35:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: buildroot@uclibc.org From: Bernd Kuhls Date: Sun, 12 May 2024 20:34:52 +0200 Message-ID: References: <20240512175117.2096550-1-bernd@kuhls.net> Mime-Version: 1.0 User-Agent: Pan/0.154 (Izium; 517acf4) X-Mailman-Original-Authentication-Results: smtp4.osuosl.org; dmarc=fail (p=none dis=none) header.from=kuhls.net Subject: Re: [Buildroot] [PATCH 1/1] package/kodi: Link to libiconv when needed X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Am Sun, 12 May 2024 20:07:55 +0200 schrieb Yann E. MORIN: >> ifeq ($(BR2_ENABLE_LOCALE),) >> +KODI_CONF_OPTS += -DCMAKE_EXE_LINKER_FLAGS=-liconv > > I don't understand how this is related: the defconfig you provide in the > commit log does _not_ have BR2_ENABLE_LOCALE=y, so it can't exercise > this code-path... Hi Yann, the if-clause does not contain the letter "y" ;) Libconv is only needed when locale support is not present. Regards, bernd _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot