Skip to content

Commit ab96ee1

Browse files
authored
Merge pull request #2149 from danpashin/fix/ar-flags
[fix] Do not add symbol table in ar utility
2 parents f51ba16 + 35fc842 commit ab96ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fpm/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def ar_cmd
250250
end
251251
end
252252
# If no combination of ar and options omits timestamps, fall back to default.
253-
@@ar_cmd = ["ar", "-qc"]
253+
@@ar_cmd = ["ar", "-qcS"]
254254
FileUtils.rm_f([testarchive, emptyfile])
255255
return @@ar_cmd
256256
end # def ar_cmd

0 commit comments

Comments
 (0)