summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2013-11-04 19:07:24 +0100
committerThomas Raschbacher <lordvan@gentoo.org>2013-11-04 19:07:24 +0100
commiteb28a59aad8ec985c9f0c9e59f2b5d7732355b14 (patch)
tree01c3361b7fcd279fddfe37e6b976cb2c163fe74d
parentmake useful debug ebuild (diff)
downloadlordvan-eb28a59aad8ec985c9f0c9e59f2b5d7732355b14.tar.gz
lordvan-eb28a59aad8ec985c9f0c9e59f2b5d7732355b14.tar.bz2
lordvan-eb28a59aad8ec985c9f0c9e59f2b5d7732355b14.zip
commit actual ebuild
-rw-r--r--net-mail/dbmail/dbmail-3.1.9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mail/dbmail/dbmail-3.1.9999.ebuild b/net-mail/dbmail/dbmail-3.1.9999.ebuild
index 2ec1ec7..90ab49a 100644
--- a/net-mail/dbmail/dbmail-3.1.9999.ebuild
+++ b/net-mail/dbmail/dbmail-3.1.9999.ebuild
@@ -16,6 +16,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="debug ldap sieve +sqlite ssl static"
+RESTRICT="debug? ( strip )"
DEPEND="dev-db/libzdb
sieve? ( >=mail-filter/libsieve-2.2.1 )
@@ -49,6 +50,7 @@ src_configure() {
}
src_compile() {
+ use debug && filter-flags -fomit-frame-pointer
emake || die "emake failed"
}