I've been searching like hell for this, trying to hack the totpages and/or the hyperref packages but to no avail...
The totpages package automatically creates link on every reference to the total number of pages in a document. I'm doing my CV with the europecv package and this places a Page X / TOTAL on the footer of every page and the totpages package automatically creates a link (if hyperref is also being used) on TOTAL always linking to the last page. This seems a bit pointless to me.
So far I've "disabled" this by setting the border color to white, the link still works, there's just no visual indication that it's a link. But this is not acceptable because this does not allow me to have visual indications on internal links I manually create.
I also tried \usepackage[anchorpages=false]{hyperref}, it seems to be the option to disable such linking, but it doesn't work.
Any other solution?