Meaningless SONAME

Issue #74 resolved
yurivict created an issue

The project installs these shares lib files:

lrwxr-xr-x  1 yuri  wheel       16 Apr 16 02:05 work/stage/usr/local/lib/libode.so -> libode.so.0.16.2
-rwxr-xr-x  1 yuri  wheel  1109824 Apr 16 02:05 work/stage/usr/local/lib/libode.so.0.16.

with SONAME=```libode.so.0.16.2```

SONAME should be ```libode.so.0.16``` or ```libode.so.0``` with the corresponding symlink installed.

Otherwise the suffix 0.16.2 is meaningless because all dependent projects should be updated every time this suffix changes.

Comments (2)

  1. Log in to comment