Magellan Linux

Diff of /branches/mage-next/src/tools/search_soname.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/mage/usr/lib/mage/search_soname.sh revision 1953 by niro, Fri Oct 12 13:00:43 2012 UTC branches/mage-next/src/tools/search_soname.in revision 2547 by niro, Wed Jan 29 11:42:08 2014 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    # $Id$
3    
4    #scanelf 0.7 has a bug, it ignores the first element in the path
5    PATH="/lala:${PATH}"
6    
7  SCANELF="scanelf -yRBqN"  SCANELF="scanelf -yRBqN"
8  SONAME="$1"  SONAME="$1"

Legend:
Removed from v.1953  
changed lines
  Added in v.2547