Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable libaziotsharedutil so versioning #635

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

besquivel-pivotal
Copy link

@besquivel-pivotal besquivel-pivotal commented Jul 21, 2023

Use the C_SHARED_VERSION on the aziotsharedutil_dll.so library for versioning. Have cmake build the symlinks required for proper so library versioning.

Testing

  • Successful build via the azure-iot-sdk-c.
  • Verified that the so versioning uses the version.txt string.
  • Verified that the so library and versioning symlinks are created
    /usr/lib/libaziotsharedutil_dll.so
    /usr/lib/libaziotsharedutil_dll.so.1
    /usr/lib/libaziotsharedutil_dll.so.1.1.12

Use the C_SHARED_VERSION on the aziotsharedutil_dll.so library and have
cmake build the symlinks required for proper so library versioning.

Signed-off-by: Benjamin Esquivel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant