Browse Source

lib/functions.in: fixed to not create compat symlinks for 'foo.so' if 'foo.la' was detected and processed

user/chris/test/patchcksum
Christian Wiese 13 years ago
parent
commit
220b9f381e
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      lib/functions.in

+ 0
- 3
lib/functions.in

@ -321,9 +321,6 @@ postflist_static_lib() {
*.la)
sed "s,\([ =']\)/lib\(.*\),\1/usr/lib\2,g" \
$root/$fn > $root/usr/$fn
so=${fn%.la}.so
ln -svf $root/$so $root/usr/$so
add_flist $root/usr/$so
rm $root/$fn
;;
*)

Loading…
Cancel
Save