wok-next diff mingw32-gcc-c/receipt @ rev 20342

gkII: tiny png patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 17 15:57:17 2017 +0100 (2017-11-17)
parents ed8073aa8cf0
children d5aab818505e
line diff
     1.1 --- a/mingw32-gcc-c/receipt	Mon Dec 21 00:07:14 2015 +0100
     1.2 +++ b/mingw32-gcc-c/receipt	Fri Nov 17 15:57:17 2017 +0100
     1.3 @@ -65,6 +65,7 @@
     1.4  # Rules to setup after installation
     1.5  post_install()
     1.6  {
     1.7 +	MINGW32_ID="i586-pc-mingw32"
     1.8  	# Archives get stripped during packaging; need to run ranlib
     1.9  	chroot "$1/" find "/usr/lib/gcc/$MINGW32_ID/" -name *.a -exec $MINGW32_ID-ranlib {} \;
    1.10  }