mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
While at it added subslot dependency on openssl/libressl. Patch-by: ernsteiswuerfel Closes: https://bugs.gentoo.org/664758 Package-Manager: Portage-2.3.102, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
12 lines
251 B
Diff
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
|