]> git.pld-linux.org Git - packages/libmp3splt.git/blob - ltdl.patch
- up to 0.9.0
[packages/libmp3splt.git] / ltdl.patch
1 --- libmp3splt-0.6.1a/src/plugins.c.wiget       2011-03-15 11:33:11.704147893 +0100
2 +++ libmp3splt-0.6.1a/src/plugins.c     2011-03-15 11:33:51.832156823 +0100
3 @@ -103,8 +103,8 @@ static int splt_p_filter_plugin_files(co
4  
5  #ifndef __WIN32__
6    //gnu/linux .so.0
7 -  p_end = strstr(file, ".so.0");
8 -  if (p_end != NULL && (p_start == p_end) && (*(p_end+5) == '\0'))
9 +  p_end = strstr(file, ".so");
10 +  if (p_end != NULL && (p_start == p_end) && (*(p_end+3) == '\0'))
11    {
12      return 1;
13    }
14 --- libmp3splt-0.6.1a/plugins/Makefile.am.wiget 2011-03-15 11:34:11.244527716 +0100
15 +++ libmp3splt-0.6.1a/plugins/Makefile.am       2011-03-15 11:34:41.346369612 +0100
16 @@ -5,7 +5,7 @@ plugin_LTLIBRARIES =
17  #ccommon_LDFLAGS = -module -export-dynamic -avoid-version
18  common_CPPFLAGS = -I$(top_srcdir)/include/libmp3splt -I$(top_srcdir)/src
19  common_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/src/.libs \
20 -   -no-undefined -lm -lmp3splt @LIBINTL@
21 +   -no-undefined -avoid-version -lm -lmp3splt @LIBINTL@
22  
23  if WIN32
24  common_LDFLAGS += -lz -lws2_32 -lintl
This page took 0.091307 seconds and 3 git commands to generate.