tools/e2fsprogs: fix build under macos
macos doesn't define a loff_t type, the native off_t type being 64bit anyway. Persuade e2fsprogs to accept off_t instead on macos Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
		| @@ -21,7 +21,7 @@ HOST_BUILD_PARALLEL:=1 | |||||||
| include $(INCLUDE_DIR)/host-build.mk | include $(INCLUDE_DIR)/host-build.mk | ||||||
|  |  | ||||||
| ifneq ($(shell $(HOSTCC) --version | grep clang),) | ifneq ($(shell $(HOSTCC) --version | grep clang),) | ||||||
|   HOST_CFLAGS += -D__GNUC_PREREQ\(...\)=0 |   HOST_CFLAGS += -D__GNUC_PREREQ\(...\)=0 -Dloff_t=off_t | ||||||
| endif | endif | ||||||
| HOST_CFLAGS += $(FPIC) | HOST_CFLAGS += $(FPIC) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kevin Darbyshire-Bryant
					Kevin Darbyshire-Bryant