0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-28 03:30:15 +00:00
Files
packages/utils/hfsprogs/patches/100-macOS.patch
Rosen Penev 760e0fe1ee hfsprogs: update to 540.1.linux3
Updates hfsprogs from 2011 to 2013 version.

Updated patches to latest Debian ones. Kept custom OpenWrt ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-05-25 17:07:24 -07:00

12 lines
251 B
Diff

--- a/fsck_hfs.tproj/dfalib/Makefile.lnx
+++ b/fsck_hfs.tproj/dfalib/Makefile.lnx
@@ -9,7 +9,7 @@ CFILES = hfs_endian.c BlockCache.c\
OFILES = $(CFILES:.c=.o)
libdfa.a: $(OFILES)
- ar rc $@ $?
+ $(AR) rc $@ $?
clean:
$(RM) $(OFILES) libdfa.a