Codebase list cyrus-sasl2 / e384c92
Add patch that reverts upstream SONAME bump Roberto C. Sanchez 10 years ago
1 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2121 INCLUDES = -DLIBSASL_EXPORTS=1 -I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
2222 EXTRA_DIST = windlopen.c staticopen.h NTMakefile
2323 EXTRA_LIBRARIES = libsasl2.a
24 --- cyrus-sasl2.git.orig/plugins/Makefile.am
25 +++ cyrus-sasl2.git/plugins/Makefile.am
26 @@ -47,7 +47,7 @@
27 # Library version info - here at the top, for sanity
28 # See <http://www.gnu.org/software/libtool/manual/libtool.html#Versioning>
29 # CURRENT:REVISION:AGE
30 -plugin_version = 3:0:0
31 +plugin_version = 2:25:0
32
33 INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/sasldb -I$(top_builddir)/include
34 AM_LDFLAGS = -module -export-dynamic -rpath $(plugindir) -version-info $(plugin_version)
35 --- cyrus-sasl2.git.orig/plugins/Makefile.in
36 +++ cyrus-sasl2.git/plugins/Makefile.in
37 @@ -362,7 +362,7 @@
38 # Library version info - here at the top, for sanity
39 # See <http://www.gnu.org/software/libtool/manual/libtool.html#Versioning>
40 # CURRENT:REVISION:AGE
41 -plugin_version = 3:0:0
42 +plugin_version = 2:25:0
43 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/sasldb -I$(top_builddir)/include
44 AM_LDFLAGS = -module -export-dynamic -rpath $(plugindir) -version-info $(plugin_version)
45 COMPAT_OBJS = @LTGETADDRINFOOBJS@ @LTGETNAMEINFOOBJS@ @LTSNPRINTFOBJS@