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

Collapse All | Expand All

(-)/usr/portage/dev-libs/libgcrypt/libgcrypt-1.4.4.ebuild.orig (-1 / +2 lines)
Lines 27-33 Link Here
27
		--disable-padlock-support \
27
		--disable-padlock-support \
28
		--disable-dependency-tracking \
28
		--disable-dependency-tracking \
29
		--with-pic \
29
		--with-pic \
30
		--enable-noexecstack
30
		--enable-noexecstack \
31
		--with-gpg-error-prefix=${ROOT}/usr
31
	emake || die "emake failed"
32
	emake || die "emake failed"
32
}
33
}
33
34

Return to bug 267479