wok rev 17207

pcmanfm: don`t duplicate libfm.so in binary
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 09 19:52:41 2014 +0200 (2014-10-09)
parents 96232d43a609
children 171d77df423f
files pcmanfm/receipt
line diff
     1.1 --- a/pcmanfm/receipt	Thu Oct 09 14:44:32 2014 +0200
     1.2 +++ b/pcmanfm/receipt	Thu Oct 09 19:52:41 2014 +0200
     1.3 @@ -25,9 +25,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     1.8 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     1.9 -	
    1.10  	./configure $CONFIGURE_ARGS &&
    1.11  	make && make install
    1.12  }