From 5ec8561317f4e7e7096c456913e33e9a4dcab5ad Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Sun, 2 Mar 2025 11:17:25 +0100 Subject: [PATCH] Change args for AR command --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 06e05228..eed270d2 100755 --- a/configure +++ b/configure @@ -8834,7 +8834,7 @@ if test "X$RANLIB" == "X" ; then fi # This should be portable -AR="${AR} -cur" +AR="${AR} -cDr" ############################################################################### diff --git a/configure.ac b/configure.ac index 77b23f91..fe1aeb24 100755 --- a/configure.ac +++ b/configure.ac @@ -717,7 +717,7 @@ if test "X$RANLIB" == "X" ; then fi # This should be portable -AR="${AR} -cur" +AR="${AR} -cDr" ###############################################################################