# HG changeset patch # User Xander Ziiryanoff # Date 1412877161 -7200 # Node ID 5a1c8721fb04954f785e41fd129c12b5c9d64b5b # Parent 96232d43a60964d2063ef28879c8de2a0b0112cd pcmanfm: don`t duplicate libfm.so in binary diff -r 96232d43a609 -r 5a1c8721fb04 pcmanfm/receipt --- a/pcmanfm/receipt Thu Oct 09 14:44:32 2014 +0200 +++ b/pcmanfm/receipt Thu Oct 09 19:52:41 2014 +0200 @@ -25,9 +25,6 @@ # Rules to configure and make the package. compile_rules() { - # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" - ./configure $CONFIGURE_ARGS && make && make install }