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)
|
||||
ifeq ($(strip $(FDISK_SUPPORT_LARGE_DISKS)),y)
|
||||
|
||||
$(UTILLINUX_DIR)fdisk.o: $(srcdir)/fdisk.c
|
||||
$(CC) $(CFLAGS) \
|
||||
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \
|
||||
$(EXTRA_CFLAGS) -c -o $@ $<
|
||||
|
||||
$(compile.c) -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user