Index: uspace/Makefile.common
===================================================================
--- uspace/Makefile.common	(revision b401b3322a451446f62c081f02087ec8f1c2f07e)
+++ uspace/Makefile.common	(revision 0716a1fb0a9efbac1562a8bb75ed9cf27286d415)
@@ -126,4 +126,9 @@
 		STATIC_BUILD = y
 	endif
+endif
+
+# LINK_DYNAMIC is only here to allow app/dltest to link dynamically in otherwise static build.
+ifeq ($(LINK_DYNAMIC),y)
+	STATIC_BUILD = n
 endif
 
