Temperarly disable building in the bzip2 support by default so we can fit
on the i386 floppies. Sigh, I hate floppies.
This commit is contained in:
parent
1a81cb90f4
commit
3d55e66334
@ -25,7 +25,7 @@ CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
|
|||||||
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
|
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(LOADER_NO_BZIP2_SUPPORT)
|
.if defined(LOADER_BZIP2_SUPPORT)
|
||||||
CFLAGS+= -DLOADER_BZIP2_SUPPORT
|
CFLAGS+= -DLOADER_BZIP2_SUPPORT
|
||||||
.endif
|
.endif
|
||||||
.if !defined(LOADER_NO_GZIP_SUPPORT)
|
.if !defined(LOADER_NO_GZIP_SUPPORT)
|
||||||
|
Loading…
Reference in New Issue
Block a user