From patchwork Thu Sep 26 23:21:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 278295 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id AB1E42C033E for ; Fri, 27 Sep 2013 09:22:17 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 830E68BC6F; Thu, 26 Sep 2013 23:22:16 +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 0MWFJG6ErOT5; Thu, 26 Sep 2013 23:22:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6AA448BF5C; Thu, 26 Sep 2013 23:22:11 +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 C0D671BF98C for ; Thu, 26 Sep 2013 23:22:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BCA3E8BF29 for ; Thu, 26 Sep 2013 23:22:08 +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 HoBUjJ9L2ZAQ for ; Thu, 26 Sep 2013 23:22:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5D14F8BEF9 for ; Thu, 26 Sep 2013 23:22:07 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id x13so2432520ief.1 for ; Thu, 26 Sep 2013 16:22:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=5hNlR3DaTNTx+14C670+hr2w0tyigtJzk+G7Fwiuy1k=; b=JYtgj3rt7OTZjp+O5NIcb23Nt4td34aZLIqz2SFFxDcSQfyXDhrPlbTULyiOpHN1rZ Q55z3dyQteOyh82JTV8mcb5DW3VZpJatimU7Iq3F1j/WRF+lb3XjzfJtPFnDrPvmHGWM /VkSoT3QrlJnev3aj48tlcK4FzLFC848k4R4/+w0/nNZ2pWuKVNkCGAc/QdTVPSZotoc iuyI4x7J+OABU0WhpqERC3jw8h2trWASTmESONierk0H3fjx3fA8lg8+M2RFKrvBzyNq 2PO0OO8bZyKNvyVir2zhVWK1uU4jnL+nListWJg2kLccfdGmEObKrqh4fMQ4C44k/W6W STlg== X-Gm-Message-State: ALoCoQkhtQz6pJfhKET1MfPsNO1cNxqTFU2AGWisxVu5IzsB1p7dL+ANgcVF1OIiYhsORoZfRFy5 X-Received: by 10.42.84.9 with SMTP id j9mr4226334icl.57.1380237726806; Thu, 26 Sep 2013 16:22:06 -0700 (PDT) Received: from localhost.localdomain (dhcp138.ece.iit.edu. [216.47.144.138]) by mx.google.com with ESMTPSA id yt10sm1006232igb.9.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 26 Sep 2013 16:22:06 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Thu, 26 Sep 2013 18:21:45 -0500 Message-Id: <1380237714-2470-3-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1380237714-2470-1-git-send-email-spenser@gillilanding.com> References: <1380237714-2470-1-git-send-email-spenser@gillilanding.com> Subject: [Buildroot] [PATCH v3 02/11] sunxi-mali: add explicit pthread/dl/rt dependencies 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 fixes hard float with Linaro toolchain. Signed-off-by: Spenser Gilliland --- package/sunxi-mali/egl.pc | 2 +- package/sunxi-mali/glesv2.pc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/sunxi-mali/egl.pc b/package/sunxi-mali/egl.pc index 56e3990..b0375dc 100644 --- a/package/sunxi-mali/egl.pc +++ b/package/sunxi-mali/egl.pc @@ -7,6 +7,6 @@ Name: egl Description: ARM Mali implementation of EGL Version: 1.4 Requires: -Libs: -L${libdir} -lEGL -lGLESv2 -lUMP +Libs: -L${libdir} -lEGL -lGLESv2 -lUMP -lrt -lpthread Cflags: -I{includedir}/EGL/ -I${includedir} diff --git a/package/sunxi-mali/glesv2.pc b/package/sunxi-mali/glesv2.pc index 9273678..b34bf72 100644 --- a/package/sunxi-mali/glesv2.pc +++ b/package/sunxi-mali/glesv2.pc @@ -7,6 +7,6 @@ Name: glesv2 Description: ARM Mali implementation of OpenGL ESv2 Version: 2.0 Requires: -Libs: -L${libdir} -lGLESv2 -lGLESv1_CM -lUMP +Libs: -L${libdir} -lGLESv2 -lGLESv1_CM -lUMP -ldl -lrt -lpthread Cflags: -I${includedir}/GLES2