diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-26 11:40:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-26 11:40:13 +0200 |
commit | 42f9dec3f816d75bed4b4a0421f93f00452924cd (patch) | |
tree | 3a6d72f09d7a36b389c85764750e96de2e3d7fc9 /net-im | |
parent | net-im/psi: Fix configure w/ >=qconf-2.0 (diff) | |
download | gentoo-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
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/psi-0.15.ebuild | 1 |
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') |