K 10 svn:author V 3 imp K 8 svn:date V 27 2018-02-08T22:59:51.475653Z K 7 svn:log V 287 Fix build of userboot.so Since it's not possible to unset a variable easily, create a new variable 'PIC' to signal that we are creating a shared object that we want to install. defs.mk refains from defining NO_PIC and ITNERALLIB when PIC is defined. This unbreaks userboot.so building. END