yun93us / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

SONAME is wrong #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Compile the libs.

What is the expected output? What do you see instead?

The expected output is libqextserialport.so.1.2.0 instead of  
libqextserialport-1.2.so.1.0.0

Note there are two changes: 

- the name should be libqextserialport instead of libqextserialport-1.2. This 
is because the SONAME of the lib (which is correct) is:

$ objdump -x libqextserialport.so.1.0.0 | grep -i soname
SONAME    libqextserialport.so.1

I am attaching a patch to solve this issue.

- The version of the lib should be 1.2.0 instead of 1.0.0.

What version of the product are you using? On what operating system?
Latest from the repo, on Debian sid.

Please, feel free to ask me for more details if needed.

Kinds regards, Lisandro.

Original issue reported on code.google.com by perezme...@gmail.com on 4 Jul 2012 at 4:07

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by dbzhang...@gmail.com on 11 Aug 2012 at 10:48