summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2013-10-07 08:08:35 +0000
committerThomas Kahle <tomka@gentoo.org>2013-10-07 08:08:35 +0000
commit67b45a5e6ed08c35b8956924031689c27c4bf196 (patch)
tree75cab3cf09f4f12f207a91ccbc1a3a4d1ce64b31 /games-strategy
parentVersion bump. Removed old (diff)
downloadgentoo-2-67b45a5e6ed08c35b8956924031689c27c4bf196.tar.gz
gentoo-2-67b45a5e6ed08c35b8956924031689c27c4bf196.tar.bz2
gentoo-2-67b45a5e6ed08c35b8956924031689c27c4bf196.zip
fix insecure runpaths (bug 485510, thanks hasufell)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freeorion/ChangeLog5
-rw-r--r--games-strategy/freeorion/freeorion-0.4.3.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/games-strategy/freeorion/ChangeLog b/games-strategy/freeorion/ChangeLog
index e6224ced9f95..a48d3599d16e 100644
--- a/games-strategy/freeorion/ChangeLog
+++ b/games-strategy/freeorion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/freeorion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.9 2013/10/06 22:05:04 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.10 2013/10/07 08:08:35 tomka Exp $
+
+ 07 Oct 2013; Thomas Kahle <tomka@gentoo.org> freeorion-0.4.3.ebuild:
+ fix insecure runpaths (bug 485510, thanks hasufell)
06 Oct 2013; Thomas Kahle <tomka@gentoo.org>
-freeorion-0.4.3_pre20130312.ebuild, freeorion-0.4.3.ebuild:
diff --git a/games-strategy/freeorion/freeorion-0.4.3.ebuild b/games-strategy/freeorion/freeorion-0.4.3.ebuild
index 72996a6a1781..b84851cee7ee 100644
--- a/games-strategy/freeorion/freeorion-0.4.3.ebuild
+++ b/games-strategy/freeorion/freeorion-0.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.3.ebuild,v 1.4 2013/10/06 22:05:04 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.3.ebuild,v 1.5 2013/10/07 08:08:35 tomka Exp $
EAPI=5
@@ -69,6 +69,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DRELEASE_COMPILE_FLAGS=""
+ -DCMAKE_SKIP_RPATH=ON
)
cmake-utils_src_configure