ffainelli / faifa

Faifa can configure any Intellon-based Power Line Communication device using Intellon INT5000 and INT6000 series chips (6000 and 6300 chips). It supports all Intellon-specific management and control frames as well as standard management frames.

Home Page:https://dev.open-plc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QA Notice: Found an absolute symlink in a library directory

blshkv opened this issue · comments

  • QA Notice: Found an absolute symlink in a library directory:
  •        usr/lib64/libfaifa.so -> /var/tmp/portage/net-misc/faifa-0.1/image//usr/lib64/libfaifa.so.0
    
  •        It should be a relative symlink if in the same directory
    
  •        or a linker script if it crosses the /usr boundary.
    

This is about the following line in the Makefile:

ln -sf $(DESTDIR)$(libdir)/$(LIB_SONAME) $(DESTDIR)$(libdir)/$(LIB_SHARED_SO)

Looks good, I will apply this one.