Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181438 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +10 lines)
Line  Link Here
0
-- dev-libs/openssl/openssl-0.9.8g.ebuild
0
++ dev-libs/openssl/openssl-0.9.8g.ebuild
Lines 35-40 Link Here
35
	epatch "${FILESDIR}"/${PN}-0.9.8-makedepend.patch #149583
35
	epatch "${FILESDIR}"/${PN}-0.9.8-makedepend.patch #149583
36
	epatch "${FILESDIR}"/${PN}-0.9.8e-make.patch #146316
36
	epatch "${FILESDIR}"/${PN}-0.9.8e-make.patch #146316
37
	epatch "${FILESDIR}"/${PN}-0.9.8e-bsd-sparc64.patch
37
	epatch "${FILESDIR}"/${PN}-0.9.8e-bsd-sparc64.patch
38
	epatch "${FILESDIR}"/${PN}-0.9.8g-respect-LDFLAGS.patch
38
39
39
	# allow openssl to be cross-compiled
40
	# allow openssl to be cross-compiled
40
	cp "${FILESDIR}"/gentoo.config-0.9.8 gentoo.config || die "cp cross-compile failed"
41
	cp "${FILESDIR}"/gentoo.config-0.9.8 gentoo.config || die "cp cross-compile failed"
Lines 116-121 Link Here
116
		-e "/^SHARED_LDFLAGS=/s:$: ${LDFLAGS}:" \
117
		-e "/^SHARED_LDFLAGS=/s:$: ${LDFLAGS}:" \
117
		Makefile || die
118
		Makefile || die
118
119
120
	sed -i \
121
		-e "s:@LDFLAGS@:${LDFLAGS}:" \
122
		apps/Makefile || die
123
124
	sed -i \
125
		-e 's:$${LDFLAGS:${LDFLAGS:' \
126
		 Makefile.shared || die
127
119
	# depend is needed to use $confopts
128
	# depend is needed to use $confopts
120
	# rehash is needed to prep the certs/ dir
129
	# rehash is needed to prep the certs/ dir
121
	emake -j1 depend || die "depend failed"
130
	emake -j1 depend || die "depend failed"

Return to bug 181438