[PATCH 1/2] Makefile export shared libraries

Josh Boyer jwboyer at gmail.com
Thu Dec 18 14:12:35 EST 2008


On Thu, Dec 18, 2008 at 03:16:12PM +0100, Sidney Amani wrote:
>>From b557d3f22d16fc61788a85f5ec6cc02e0195c810 Mon Sep 17 00:00:00 2001
>From: Sidney Amani <amani_s at epitech.net>
>Date: Wed, 17 Dec 2008 12:46:42 +0100
>Subject: [PATCH] Makefile export shared libraries
>
>Export shared libraries. Other userspace tools might
>use them.
>
>Signed-off-by: Sidney Amani <amani_s at epitech.net>
>Signed-off-by: Corentin Chary <chary_c at epitech.net>

I don't see where you actually create a shared library here.  There
is no soname set, for example.  I'm not opposed to creating shared
libraries, but it should be done properly so that if the API/ABI
changes then we can bump the soname, etc.

josh



More information about the linux-mtd mailing list