mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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
|
||||
stripDebugList=${stripDebugList:-lib lib32 lib64 libexec bin sbin}
|
||||
if [ -n "$stripDebugList" ]; then
|
||||
stripDirs "$stripDebugList" "${stripDebugFlags:--S}"
|
||||
stripDirs "$stripDebugList" "${stripDebugFlags:--S --enable-deterministic-archives}"
|
||||
fi
|
||||
|
||||
stripAllList=${stripAllList:-}
|
||||
if [ -n "$stripAllList" ]; then
|
||||
stripDirs "$stripAllList" "${stripAllFlags:--s}"
|
||||
stripDirs "$stripAllList" "${stripAllFlags:--s --enable-deterministic-archives}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user