]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix build of userboot.so
authorimp <imp@FreeBSD.org>
Thu, 8 Feb 2018 22:59:51 +0000 (22:59 +0000)
committerimp <imp@FreeBSD.org>
Thu, 8 Feb 2018 22:59:51 +0000 (22:59 +0000)
commit0942ff8d742861877f3c021263db2bcc73c2be65
treea88f6130b1268536a5bd7db7b53e04e8991bcd8f
parent89a9f9b9f2504b4a7261d92e6f8794e4ac21ea44
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.
stand/defs.mk
stand/userboot/userboot/Makefile