wok diff codeblocks/receipt @ rev 17584

Fix: elfutils build
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 21:01:57 2015 +0000 (2015-02-08)
parents 2b9f96603415
children 17e313b5b9c1
line diff
     1.1 --- a/codeblocks/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/codeblocks/receipt	Sun Feb 08 21:01:57 2015 +0000
     1.3 @@ -20,7 +20,6 @@
     1.4  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     1.5  	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     1.6  	
     1.7 -	cd $src
     1.8  	busybox patch -p1 -i $stuff/glib.u
     1.9  	./configure \
    1.10  		--with-contrib-plugins="all, -help" \
    1.11 @@ -41,6 +40,5 @@
    1.12  	cp -a $install/usr/lib/codeblocks $fs/usr/lib
    1.13  	cp -a $install/usr/lib/wxSmithContribItems $fs/usr/lib
    1.14  	cp -a $install/usr/share/codeblocks $fs/usr/share
    1.15 -	cp -a $install/usr/share/mime $fs/usr/share
    1.16  	cp -a $install/usr/bin $fs/usr
    1.17  }