This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
hfsprogs: fix building on macOS
Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
lilik-openwrt-22.03
Michael Belyaev
8 years ago
committed by
Michael Belyaev
parent
52889e647f
commit
0872354367
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch
+ 1
- 1
utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch
View File
@ -69,7 +69,7 @@ index 0000000..8c07196
+OFILES = $(CFILES:.c=.o)
+OFILES = $(CFILES:.c=.o)
+
+
+libdfa.a: $(OFILES)
+libdfa.a: $(OFILES)
+
ar
rc $@ $?
+
$(AR)
rc $@ $?
+
+
+clean:
+clean:
+ $(RM) $(OFILES) libdfa.a
+ $(RM) $(OFILES) libdfa.a
Write
Preview
Loading…
Cancel
Save