lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 087235436787ee450c046083033d1844e6c42868
parent 52889e647f1b4cbd334efd2c6d8c3e9e31d250a3
Author: Michael Belyaev <usr-sse2@users.noreply.github.com>
Date:   Mon, 23 Jan 2017 11:00:20 +0300

hfsprogs: fix building on macOS

Signed-off-by: Michael Belyaev <usrsse2@icloud.com>

Diffstat:
Mutils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch b/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch @@ -69,7 +69,7 @@ index 0000000..8c07196 +OFILES = $(CFILES:.c=.o) + +libdfa.a: $(OFILES) -+ ar rc $@ $? ++ $(AR) rc $@ $? + +clean: + $(RM) $(OFILES) libdfa.a