mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
wipe: fix build without largefile support
And pass proper cflags. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -7,7 +7,7 @@
|
||||
festival, imagemagick, iptables, kernel-headers, kismet,
|
||||
libevent, libglib2, liblockfile, libuuid, ltrace, mdadm,
|
||||
ncftp, netkittelnet, openssl, python, quagga, radvd, samba,
|
||||
speech-tools, squashfs, syslinux, u-boot, valgrind,
|
||||
speech-tools, squashfs, syslinux, u-boot, valgrind, wipe,
|
||||
xdata_xcursor-themes
|
||||
|
||||
Removed package: mdnsresponder, mpatrol
|
||||
|
||||
@@ -33,7 +33,7 @@ $(WIPE_DIR)/.configured: $(WIPE_DIR)/.unpacked
|
||||
|
||||
$(WIPE_DIR)/$(WIPE_BINARY): $(WIPE_DIR)/.configured
|
||||
rm -f $(WIPE_DIR)/$(WIPE_BINARY)
|
||||
$(MAKE) CC=$(TARGET_CC) CC_GENERIC=$(TARGET_CC) -C $(WIPE_DIR) generic
|
||||
$(MAKE) CC=$(TARGET_CC) CC_GENERIC=$(TARGET_CC) CCO_GENERIC="$(TARGET_CFLAGS)" -C $(WIPE_DIR) generic
|
||||
|
||||
$(TARGET_DIR)/$(WIPE_TARGET_BINARY): $(WIPE_DIR)/$(WIPE_BINARY)
|
||||
cp -a $(WIPE_DIR)/$(WIPE_BINARY) $(TARGET_DIR)/$(WIPE_TARGET_BINARY)
|
||||
|
||||
Reference in New Issue
Block a user