--- /usr/portage/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild 2008-06-11 15:43:26.000000000 +0200 +++ /usr/portage/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild 2008-11-28 03:47:25.000000000 +0100 @@ -17,8 +17,8 @@ src_compile() { cd "${S}/source/client" - $(tc-getCC) ${CFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed" - $(tc-getCC) ${CFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed" + $(tc-getCC) ${CFLAGS} ${LDFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed" + $(tc-getCC) ${CFLAGS} ${LDFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed" } src_install() {