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

(-)/usr/portage/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild (-2 / +2 lines)
Lines 17-24 Link Here
17
17
18
src_compile() {
18
src_compile() {
19
	cd "${S}/source/client"
19
	cd "${S}/source/client"
20
	$(tc-getCC) ${CFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed"
20
	$(tc-getCC) ${CFLAGS} ${LDFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed"
21
	$(tc-getCC) ${CFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed"
21
	$(tc-getCC) ${CFLAGS} ${LDFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed"
22
}
22
}
23
23
24
src_install() {
24
src_install() {

Return to bug 253106