Skip to content
Snippets Groups Projects
Commit 5e370541 authored by Alex Henrie's avatar Alex Henrie Committed by Felix Yan
Browse files

Revert "strip dll (FS#68007)"

This reverts commit 11b0ab9a.

The lack of symbols makes Wine's crash report dialog pretty useless on
Arch, and has resulted in a lot of undiagnosable bugs being added to the
WineHQ bug tracker. See #9
parent bc95d0eb
No related branches found
No related tags found
1 merge request!2Revert "strip dll (FS#68007)"
......@@ -155,9 +155,6 @@ package() {
install -m644 "$srcdir/30-win32-aliases.conf" "$pkgdir/usr/share/fontconfig/conf.avail"
ln -s ../conf.avail/30-win32-aliases.conf "$pkgdir/usr/share/fontconfig/conf.default/30-win32-aliases.conf"
install -Dm 644 "$srcdir/wine-binfmt.conf" "$pkgdir/usr/lib/binfmt.d/wine.conf"
i686-w64-mingw32-strip --strip-unneeded "$pkgdir"/usr/lib32/wine/i386-windows/*.dll
x86_64-w64-mingw32-strip --strip-unneeded "$pkgdir"/usr/lib/wine/x86_64-windows/*.dll
}
# vim:set ts=8 sts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment