Jason Schoon writes: This makes the case where LFS is not defined, but fdisk is configured with large disk support use the pretty build rules.
This commit is contained in:
parent
586ea61284
commit
10f55b1dae
@ -57,11 +57,7 @@ $(UTILLINUX_DIR)%.o: $(srcdir)/%.c
|
|||||||
|
|
||||||
ifneq ($(strip $(CONFIG_LFS)),y)
|
ifneq ($(strip $(CONFIG_LFS)),y)
|
||||||
ifeq ($(strip $(FDISK_SUPPORT_LARGE_DISKS)),y)
|
ifeq ($(strip $(FDISK_SUPPORT_LARGE_DISKS)),y)
|
||||||
|
|
||||||
$(UTILLINUX_DIR)fdisk.o: $(srcdir)/fdisk.c
|
$(UTILLINUX_DIR)fdisk.o: $(srcdir)/fdisk.c
|
||||||
$(CC) $(CFLAGS) \
|
$(compile.c) -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
||||||
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \
|
|
||||||
$(EXTRA_CFLAGS) -c -o $@ $<
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user