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

(-)a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.10.ebuild (-1 / +2 lines)
Lines 71-77 src_configure() { Link Here
71
		$(use_enable ssl encryption)
71
		$(use_enable ssl encryption)
72
		$(use_enable static-libs static)
72
		$(use_enable static-libs static)
73
		$(use_enable test tests)
73
		$(use_enable test tests)
74
		--with-boost
74
		# Without explicit path, the *wrong* boost is found on Prefix
75
		--with-boost="${ESYSROOT}/usr"
75
		--with-libiconv
76
		--with-libiconv
76
		--enable-logging
77
		--enable-logging
77
	)
78
	)
(-)a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild (-1 / +2 lines)
Lines 72-78 src_configure() { Link Here
72
		$(use_enable ssl encryption)
72
		$(use_enable ssl encryption)
73
		$(use_enable static-libs static)
73
		$(use_enable static-libs static)
74
		$(use_enable test tests)
74
		$(use_enable test tests)
75
		--with-boost
75
		# Without explicit path, the *wrong* boost is found on Prefix
76
		--with-boost="${ESYSROOT}/usr"
76
		--with-libiconv
77
		--with-libiconv
77
		--enable-logging
78
		--enable-logging
78
	)
79
	)
(-)a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild (-1 / +2 lines)
Lines 71-77 src_configure() { Link Here
71
		$(use_enable ssl encryption)
71
		$(use_enable ssl encryption)
72
		$(use_enable static-libs static)
72
		$(use_enable static-libs static)
73
		$(use_enable test tests)
73
		$(use_enable test tests)
74
		--with-boost
74
		# Without explicit path, the *wrong* boost is found on Prefix
75
		--with-boost="${ESYSROOT}/usr"
75
		--with-libiconv
76
		--with-libiconv
76
		--enable-logging
77
		--enable-logging
77
	)
78
	)

Return to bug 750140