wok diff gcc49/receipt @ rev 19301

astromenace: update bdeps; genpkg_rules is launch without any bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 09 18:39:35 2016 +0200 (2016-07-09)
parents 7d5789c51e7e
children 95758c7d1a56
line diff
     1.1 --- a/gcc49/receipt	Tue Mar 24 12:51:51 2015 +0100
     1.2 +++ b/gcc49/receipt	Sat Jul 09 18:39:35 2016 +0200
     1.3 @@ -45,6 +45,7 @@
     1.4  		--enable-threads=posix \
     1.5  		--disable-bootstrap \
     1.6  		--program-suffix=-49 \
     1.7 +		--libdir=/usr/libgcc49 \
     1.8  		--with-pkgversion="$pkgversion" \
     1.9  		${CONFIGURE_ARGS} ${ARCH_ARGS} &&
    1.10  	make && make install
    1.11 @@ -57,10 +58,7 @@
    1.12  	cp -a $install/usr/bin $fs/usr
    1.13  
    1.14  	# Copy all libs. Do not hide gcc-lib-base.
    1.15 -	cp -a $install/usr/lib $fs/usr
    1.16 -	rm -f $fs/usr/lib/libgcc_s.so*
    1.17 -	rm -f $fs/usr/lib/libstdc++.so*
    1.18 -	rm -f $fs/usr/lib/libgomp.so*
    1.19 +	cp -a $install/usr/lib* $fs/usr
    1.20  
    1.21  	# Include files.
    1.22  	cp -a $install/usr/include $fs/usr