From 195281cf7eae569ef5f91c252d5f6251118c7b38 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 6 Nov 2016 11:39:39 +0300 Subject: =?UTF-8?q?=09=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=BE:=20?= =?UTF-8?q?=20=20=20=20=20retroshare-scm.ebuild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net-p2p/retroshare/retroshare-scm.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-p2p/retroshare') 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 } -- cgit v1.2.3