msys2 / msys2-pacman

A friendly fork of https://gitlab.archlinux.org/pacman/pacman
GNU General Public License v2.0
21 stars 12 forks source link

pacman-msys2 doesn't strip static libraries (archives) #7

Closed MehdiChinoune closed 2 years ago

MehdiChinoune commented 2 years ago

Looking at https://github.com/msys2/msys2-pacman/blob/msys2-v6.0.1/scripts/libmakepkg/tidy/strip.sh.in#L204, It looks like pacman doesn't strip archives application/x-archive

Edit: They were stripped before upgrading to pacman 6.0 see: https://github.com/msys2/msys2-pacman/blob/msys2-v5.2.2/scripts/libmakepkg/tidy/strip.sh.in#L187

lazka commented 2 years ago

thanks