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

Collapse All | Expand All

(-)/usr/portage/net-libs/libupnp/libupnp-1.6.18.ebuild (+3 lines)
Lines 18-23 Link Here
18
DOCS="NEWS README ChangeLog"
18
DOCS="NEWS README ChangeLog"
19
19
20
src_prepare() {
20
src_prepare() {
21
	if [[ $(/usr/bin/ldd --version | head -n1 | grep -o ") [0-9]\.[0-9]\+" | cut -d. -f2) -ge 20 ]]; then
22
		epatch "${FILESDIR}/upnpstring-glibc-2.20-fix.patch"
23
	fi
21
	sed -e '/AX_CFLAGS_GCC_OPTION/s:-Os::g' \
24
	sed -e '/AX_CFLAGS_GCC_OPTION/s:-Os::g' \
22
		-i "${S}/configure.ac" || die
25
		-i "${S}/configure.ac" || die
23
26

Return to bug 526562