summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-01-14 09:13:34 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-01-14 09:13:34 +0000
commitd37358259e7aae4812948ca74c5ea01a49f15479 (patch)
tree53d177952a90d4c66e9ec3d02db36febdc922713 /app-crypt/johntheripper/johntheripper-1.6-r3.ebuild
parentfix modular x dep (galeon) (diff)
downloadgentoo-2-d37358259e7aae4812948ca74c5ea01a49f15479.tar.gz
gentoo-2-d37358259e7aae4812948ca74c5ea01a49f15479.tar.bz2
gentoo-2-d37358259e7aae4812948ca74c5ea01a49f15479.zip
fixed -lm in 1.6-r3 bug #106652
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-crypt/johntheripper/johntheripper-1.6-r3.ebuild')
-rw-r--r--app-crypt/johntheripper/johntheripper-1.6-r3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild b/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild
index 4891026e5f0d..4ab01f18efaf 100644
--- a/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild,v 1.11 2006/01/07 11:24:14 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild,v 1.12 2006/01/14 09:13:34 dragonheart Exp $
inherit eutils flag-o-matic
@@ -61,9 +61,8 @@ src_compile() {
use skey && OPTIONS="${OPTIONS} SKEY=true"
if use mysql;
then
- OPTIONS="${OPTIONS} MYSQL=true"
- # bug #106652 thanks to Rutger
- append-ldflags -lm
+ OPTIONS="${OPTIONS} MYSQL=true LIBS=-lm"
+ # bug #106652
fi
if use x86 ; then