[dpdk-dev] [PATCH 3/4] Add library version extenstion

2014-12-20 Thread Neil Horman
To differentiate libraries that break ABI, we add a library version number suffix to the library, which must be incremented when a given libraries ABI is broken. This patch enforces that addition, sets the initial abi soname extension to 1 for each library and creates a symlink to the base SONAME

[dpdk-dev] [PATCH 3/4] Add library version extenstion

2014-10-01 Thread Sergio Gonzalez Monroy
Acked-by: Sergio Gonzalez Monroy On Mon, Sep 15, 2014 at 03:23:50PM -0400, Neil Horman wrote: > To differentiate libraries that break ABI, we add a library version number > suffix to the library, which must be incremented when a given libraries ABI is > broken. This patch enforces that addition,

[dpdk-dev] [PATCH 3/4] Add library version extenstion

2014-09-15 Thread Neil Horman
To differentiate libraries that break ABI, we add a library version number suffix to the library, which must be incremented when a given libraries ABI is broken. This patch enforces that addition, sets the initial abi soname extension to 1 for each library and creates a symlink to the base SONAME