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

(-)/home/flame/devel/gentoo-x86/dev-libs/libmemcache/libmemcache-1.2.4.ebuild (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
src_compile() {
23
src_compile() {
24
	doit $(tc-getCC) ${CFLAGS} -fPIC -c memcache.c || die
24
	doit $(tc-getCC) ${CFLAGS} -fPIC -c memcache.c || die
25
	doit $(tc-getCC) ${CFLAGS} -shared -o libmemcache.so.${PV%.*} \
25
	doit $(tc-getCC) ${LDFLAGS} -Wl,-soname -Wl,libmemcache.so.${PV%%.*} -shared -o libmemcache.so.${PV%.*} \
26
		memcache.o || die
26
		memcache.o || die
27
}
27
}
28
28

Return to bug 126866