From 886d539ffccb63f05455b62f88500b9c9ce51e41 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Sun, 2 Mar 2025 11:18:07 +0100 Subject: [PATCH] Change args to AR command --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 7d89a359..7ef75d03 100755 --- a/configure +++ b/configure @@ -7866,7 +7866,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 0331116b..78cddc1b 100755 --- a/configure.ac +++ b/configure.ac @@ -611,7 +611,7 @@ if test "X$RANLIB" == "X" ; then fi # This should be portable -AR="${AR} -cur" +AR="${AR} -cDr" ###############################################################################