From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE259138200 for ; Thu, 23 May 2013 22:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88CACE080B; Thu, 23 May 2013 22:05:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 188B0E080B for ; Thu, 23 May 2013 22:05:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14D5D33E08E for ; Thu, 23 May 2013 22:05:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 665) id D74742171E; Thu, 23 May 2013 22:05:06 +0000 (UTC) From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-1.0.1-underlinking.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: pokerth-1.0.1-underlinking.patch X-VCS-Directories: games-board/pokerth/files X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130523220506.D74742171E@flycatcher.gentoo.org> Date: Thu, 23 May 2013 22:05:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c845e39-2619-4b32-aea0-faf44fed79be X-Archives-Hash: 7b8bbaf6887f761d12cf62ddbe225dac mr_bones_ 13/05/23 22:05:06 Added: pokerth-1.0.1-underlinking.patch Log: version bump (bug #471108) (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.1 games-board/pokerth/files/pokerth-1.0.1-underlinking.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-1.0.1-underlinking.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-1.0.1-underlinking.patch?rev=1.1&content-type=text/plain Index: pokerth-1.0.1-underlinking.patch =================================================================== From: Julian Ospald Date: Thu Aug 16 22:25:12 UTC 2012 Subject: build system fix compilation for linkers that don't permit underlinking reorder linker line to fix issues with as-needed --- pokerth_server.pro +++ pokerth_server.pro @@ -114,8 +114,8 @@ LIBS += -lpokerth_lib \ -lpokerth_db \ -lpokerth_protocol \ - -lcurl \ - -lircclient + -lircclient \ + $$system(pkg-config --libs --static libcurl) win32 { DEFINES += CURL_STATICLIB