Files
MSYS2-packages/serf/05-disable-SHLIBVERSION.patch
2013-11-07 23:03:35 +04:00

15 lines
646 B
Diff

--- origsrc/serf-1.3.2/SConstruct 2013-11-02 00:33:44.683681300 -0700
+++ src/serf-1.3.2/SConstruct 2013-11-02 00:34:56.764804100 -0700
@@ -214,9 +214,9 @@ incdir = '$PREFIX/include/serf-$MAJOR'
# Unfortunately we can't set the .dylib compatibility_version option separately
# from current_version, so don't use the PATCH level to avoid that build and
# runtime patch levels have to be identical.
-env['SHLIBVERSION'] = '%d.%d.%d' % (MAJOR, MINOR, 0)
+#env['SHLIBVERSION'] = '%d.%d.%d' % (MAJOR, MINOR, 0)
-LIBNAME = 'libserf-%d' % (MAJOR,)
+LIBNAME = 'libserf-%d-0' % (MAJOR,)
if sys.platform != 'win32':
LIBNAMESTATIC = LIBNAME
else: