Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248715
Collapse All | Expand All

(-)/usr/portage/app-crypt/johntheripper/johntheripper-1.7.3.1.ebuild (-1 / +4 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.3.1.ebuild,v 1.2 2009/03/03 13:54:27 pva Exp $
3
# $Header: $
4
4
5
inherit eutils flag-o-matic toolchain-funcs pax-utils
5
inherit eutils flag-o-matic toolchain-funcs pax-utils
6
6
7
JUMBO='all-3'
7
JUMBO='all-3'
8
MPI='mpi8-small'
8
MPI='mpi8-small'
Lines 88-97 Link Here
88
	cd "${S}/src"
88
	cd "${S}/src"
89
	for p in ${PATCHLIST}; do
89
	for p in ${PATCHLIST}; do
90
		epatch "${FILESDIR}/${P}-${p}.patch"
90
		epatch "${FILESDIR}/${P}-${p}.patch"
91
	done
91
	done
92
92
93
	#fix pre-stripped files
94
	sed -i -e "/LDFLAGS/ s:-s::" Makefile || die "sed Makefile failed"
95
93
	sed -i "s/LDFLAGS  *=  */override LDFLAGS += /" Makefile
96
	sed -i "s/LDFLAGS  *=  */override LDFLAGS += /" Makefile
94
}
97
}
95
98
96
src_compile() {
99
src_compile() {
97
	cd "${S}/src"
100
	cd "${S}/src"

Return to bug 248715