diff -r 3f76cdbceb6e -r 60446d2e5660 patches/binutils/2.20/140-check_ldrunpath_length.patch --- a/patches/binutils/2.20/140-check_ldrunpath_length.patch Tue Oct 27 20:06:46 2009 +0100 +++ b/patches/binutils/2.20/140-check_ldrunpath_length.patch Wed Nov 11 14:44:53 2009 -0800 @@ -26,7 +26,7 @@ @DPATCH@ diff -urNad /home/james/debian/packages/binutils/new/binutils-2.15/ld/emultempl/elf32.em binutils-2.15/ld/emultempl/elf32.em --- /home/james/debian/packages/binutils/new/binutils-2.15/ld/emultempl/elf32.em 2004-05-21 23:12:58.000000000 +0100 -+++ binutils-2.15/ld/emultempl/elf32.em 2004-05-21 23:12:59.000000000 +0100 ++++ binutils-2.20/ld/emultempl/elf32.em 2004-05-21 23:12:59.000000000 +0100 @@ -692,6 +692,8 @@ && command_line.rpath == NULL) { @@ -43,5 +43,5 @@ + if ((rpath) && (strlen (rpath) == 0)) + rpath = NULL; if (! (bfd_elf_size_dynamic_sections - (output_bfd, command_line.soname, rpath, + (link_info.output_bfd, command_line.soname, rpath, command_line.filter_shlib,