wipe: fix build without largefile support

And pass proper cflags.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2009-10-03 22:22:08 +02:00
parent 59c8e4de91
commit e6e0ab231c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)