Files
gentoo/sys-fs/diskdev_cmds/files/diskdev_cmds-332.14_p1-AR.patch
Sergei Trofimovich 117afaa38e sys-fs/diskdev_cmds: add libressl support by ernsteiswuerfel
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>
2020-06-24 08:14:27 +01: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