summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-26 11:40:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-26 11:40:13 +0200
commit42f9dec3f816d75bed4b4a0421f93f00452924cd (patch)
tree3a6d72f09d7a36b389c85764750e96de2e3d7fc9
parentnet-im/psi: Fix configure w/ >=qconf-2.0 (diff)
downloadgentoo-42f9dec3f816d75bed4b4a0421f93f00452924cd.tar.gz
gentoo-42f9dec3f816d75bed4b4a0421f93f00452924cd.tar.bz2
gentoo-42f9dec3f816d75bed4b4a0421f93f00452924cd.zip
net-im/psi: Configure with --no-separate-debug-info
Gentoo-bug: 575668 Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--net-im/psi/psi-0.15.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild
index 2c60b4f0e879..7f771ecfb559 100644
--- a/net-im/psi/psi-0.15.ebuild
+++ b/net-im/psi/psi-0.15.ebuild
@@ -64,6 +64,7 @@ src_configure() {
--prefix=/usr
--qtdir=/usr
--disable-growl
+ --no-separate-debug-info
$(use dbus || echo '--disable-qdbus')
$(use debug && echo '--debug')
$(use spell || echo '--disable-aspell')