lede-packages-rs

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

commit c7197cc35c4dfd3af2f4423ca465e74d0b7266f3
parent cc5f005e4f413d0884d4a3b5d1a7d11ee7802c7d
Author: Florian Fainelli <f.fainelli@gmail.com>
Date:   Mon, 13 Feb 2017 09:38:49 -0800

Merge pull request #3896 from usr-sse2/patch-1

hfsprogs: Fix building on macOS
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