summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-06-19 13:02:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-06-19 13:02:02 +0000
commited609551d87ecf9aee7cac2266d818fe73672af9 (patch)
treee61feb47ff7697f4b3858d3d480a3361ef827eae /sci-electronics/xcircuit
parentVersion bump, new ebuild needs multi_json (and a fixed one) and is further fi... (diff)
downloadgentoo-2-ed609551d87ecf9aee7cac2266d818fe73672af9.tar.gz
gentoo-2-ed609551d87ecf9aee7cac2266d818fe73672af9.tar.bz2
gentoo-2-ed609551d87ecf9aee7cac2266d818fe73672af9.zip
Fix insecure RPATH wrt #324117 by Thomas Beierlein.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r--sci-electronics/xcircuit/ChangeLog6
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.6.165.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index 16227aa1fc3d..49cdd87b1ccf 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/xcircuit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.45 2010/02/26 09:22:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.46 2010/06/19 13:02:02 ssuominen Exp $
+
+ 19 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+ xcircuit-3.6.165.ebuild:
+ Fix insecure RPATH wrt #324117 by Thomas Beierlein.
*xcircuit-3.6.165 (26 Feb 2010)
diff --git a/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild
index 782b0d82c486..e076d662543f 100644
--- a/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild,v 1.1 2010/02/26 09:22:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild,v 1.2 2010/06/19 13:02:02 ssuominen Exp $
EAPI=2
-inherit autotools eutils
+inherit autotools eutils multilib
DESCRIPTION="Circuit drawing and schematic capture program."
SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
@@ -32,6 +32,7 @@ src_prepare() {
}
src_configure() {
+ export loader_run_path="/usr/$(get_libdir)"
econf \
--disable-dependency-tracking \
--with-tcl \