Fix capi20 soname

taken from Debian capi20-soname.patch

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
This commit is contained in:
Karsten Keil 2012-02-25 15:55:47 +01:00
parent 73fe43d7b5
commit 06ad9246c5
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#include <dlfcn.h>
#define LIBCAPI "libcapi20.so"
#define LIBCAPI "libcapi20.so.3"
static int loadlib(void);
/* ---------------------------------------------------------------------- */

View File

@ -32,7 +32,7 @@
#include <dlfcn.h>
#define LIBCAPI "libcapi20.so"
#define LIBCAPI "libcapi20.so.3"
static int loadlib(void);
/* ---------------------------------------------------------------------- */