Kindly ask strip to not mess up timestamps in static libraries
This commit is contained in:
parent
86d14a5ab2
commit
f22880408e
@ -724,12 +724,12 @@ fixupPhase() {
|
|||||||
if [ -z "$dontStrip" ]; then
|
if [ -z "$dontStrip" ]; then
|
||||||
stripDebugList=${stripDebugList:-lib lib32 lib64 libexec bin sbin}
|
stripDebugList=${stripDebugList:-lib lib32 lib64 libexec bin sbin}
|
||||||
if [ -n "$stripDebugList" ]; then
|
if [ -n "$stripDebugList" ]; then
|
||||||
stripDirs "$stripDebugList" "${stripDebugFlags:--S}"
|
stripDirs "$stripDebugList" "${stripDebugFlags:--S --enable-deterministic-archives}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
stripAllList=${stripAllList:-}
|
stripAllList=${stripAllList:-}
|
||||||
if [ -n "$stripAllList" ]; then
|
if [ -n "$stripAllList" ]; then
|
||||||
stripDirs "$stripAllList" "${stripAllFlags:--s}"
|
stripDirs "$stripAllList" "${stripAllFlags:--s --enable-deterministic-archives}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user