$NetBSD: patch-librhash_Makefile,v 1.2 2022/06/15 08:54:58 adam Exp $

Make ar(1) flags compatible with SunOS 

--- librhash/Makefile.orig	2022-06-14 20:25:13.000000000 +0000
+++ librhash/Makefile
@@ -181,7 +181,7 @@ $(LIBRHASH_SHARED): $(SOURCES) $(EXPORTS
 # build static library
 $(LIBRHASH_STATIC): $(OBJECTS)
 	rm -f $@
-	$(AR) -cqs $@ $(OBJECTS)
+	$(AR) -crs $@ $(OBJECTS)
 
 # test targets
 $(TEST_SHARED): $(LIBRHASH_SHARED) test_lib.o
