From 13c63491af048f0d3ae112b4befaa018dd8bb19d Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sun, 13 Jan 2013 20:06:31 +0100 Subject: [PATCH] Reverting back to default value of MKARZERO The value was changed to no for cross-building as the old binutils could not handle the required flag. As this is now possible, the default is restored. This flags make sure that AR zeroes out some timestamps and uid/gid fields in libraries, which would change for every build of the library otherwise, preventing comparison between to builds. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5da9995e1..bded6a7f7 100755 --- a/build.sh +++ b/build.sh @@ -542,7 +542,7 @@ initdefaults() # Set MKARZERO to "yes" # - setmakeenv MKARZERO "no" + setmakeenv MKARZERO "yes" } -- 2.44.0