Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-1.1.1-underlinking.patch
Date: Wed, 22 Jan 2014 06:35:50
Message-Id: 20140122063546.4F5E52004E@flycatcher.gentoo.org
1 mr_bones_ 14/01/22 06:35:46
2
3 Added: pokerth-1.1.1-underlinking.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 games-board/pokerth/files/pokerth-1.1.1-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-1.1.1-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-1.1.1-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: pokerth-1.1.1-underlinking.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Thu Aug 16 22:25:12 UTC 2012
19 Subject: build system
20
21 fix compilation for linkers that don't permit underlinking
22 reorder linker line to fix issues with as-needed
23
24 --- pokerth_server.pro
25 +++ pokerth_server.pro
26 @@ -114,8 +114,8 @@
27 LIBS += -lpokerth_lib \
28 -lpokerth_db \
29 -lpokerth_protocol \
30 - -lcurl \
31 - -lircclient
32 + -lircclient \
33 + $$system(pkg-config --libs --static libcurl)
34
35 win32 {
36 DEFINES += CURL_STATICLIB