mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
sfdisk: fix build with !BR2_LARGEFILE
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7ba54a07d4
commit
b704677018
8
CHANGES
8
CHANGES
@ -29,10 +29,10 @@
|
||||
matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
|
||||
ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
|
||||
python, quagga, radvd, rsync, rubix, samba, sawman, sdl,
|
||||
shared-mime-info, spawn-fcgi, speech-tools, sqlite, squashfs, synergy,
|
||||
syslinux, target-binutils, tcpdump, u-boot, util-linux, valgrind,
|
||||
vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, xboard, xstroke,
|
||||
zlib
|
||||
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
||||
synergy, syslinux, target-binutils, tcpdump, u-boot, util-linux,
|
||||
valgrind, vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, xboard,
|
||||
xstroke, zlib
|
||||
|
||||
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
|
||||
|
||||
|
@ -21,7 +21,7 @@ $(SFDISK_DIR)/.patched: $(DL_DIR)/$(SFDISK_SOURCE)
|
||||
$(SFDISK_DIR)/sfdisk: $(SFDISK_DIR)/.patched
|
||||
$(MAKE) \
|
||||
CROSS=$(TARGET_CROSS) DEBUG=false OPTIMIZATION="$(TARGET_CFLAGS)" \
|
||||
-C $(SFDISK_DIR)
|
||||
DOLFS=$(if $(BR2_LARGEFILE),true,false) -C $(SFDISK_DIR)
|
||||
-$(STRIPCMD) $(SFDISK_DIR)/sfdisk
|
||||
touch -c $(SFDISK_DIR)/sfdisk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user