mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
wipe: fix build without largefile support
And pass proper cflags. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
59c8e4de91
commit
e6e0ab231c
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)
|
||||
|
Loading…
Reference in New Issue
Block a user