Thank you salt,
started compiling then got the error below. I seem to remember compiling without upnp on other clients before. Is this an option?
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -o obj/nogui/net.o net.cpp
net.cpp:22:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.
make: *** [obj/nogui/net.o] Error 1
Hm, with the new "makefile.unix" it should compile with "USE_UPNP:=-" hence disabling the use of UPNP libs.
Are you sure you're using the makefile from here:
http://pastebin.com/ncnG57t8 (courtesy of pankkake)?