summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2016-11-06 11:39:39 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2016-11-06 11:39:39 +0300
commit195281cf7eae569ef5f91c252d5f6251118c7b38 (patch)
treeb5350ccad5ccd81560d8eaacdb0a2e5bba16ec19 /net-p2p/retroshare
parent1e4dc27c122cf88e7ac6d38e2845326dd9c1827a (diff)
изменено: retroshare-scm.ebuild
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r--net-p2p/retroshare/retroshare-scm.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/retroshare/retroshare-scm.ebuild b/net-p2p/retroshare/retroshare-scm.ebuild
index ee9cde6..a881fa0 100644
--- a/net-p2p/retroshare/retroshare-scm.ebuild
+++ b/net-p2p/retroshare/retroshare-scm.ebuild
@@ -107,12 +107,12 @@ src_prepare() {
}
src_configure() {
- local conf_add
+ local conf_add = "c++11 release"
use sqlcipher || conf_add="${conf_add} NO_SQLCIPHER"
for dir in ${rs_src_dirs} ; do
pushd "${S}/${dir}" 2>/dev/null || die
- use qt5 && eqmake5 CONFIG+="${conf_add}"
- use qt4 && eqmake4 CONFIG+="${conf_add}"
+ use qt5 && eqmake5 CONFIG+="${conf_add}" CONFIG-="debug"
+ use qt4 && eqmake4 CONFIG+="${conf_add}" CONFIG-="debug"
popd 2>/dev/null || die
done
}