Codebase list libmypaint / ed509e8
debian/patches: Add 0003 patch to avoid unnecessary transition Boyuan Yang 3 years ago
2 changed file(s) with 25 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Boyuan Yang <byang@debian.org>
1 Date: Sun, 10 May 2020 11:37:51 -0400
2 Subject: Makefile.am: Hardcode -release LDFLAGS for now
3
4 This helps us not to introduce yet another meaningless transition.
5
6 Forwarded: https://github.com/mypaint/libmypaint/issues/174
7 ---
8 Makefile.am | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/Makefile.am b/Makefile.am
12 index ae800a5..71b9d5f 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -90,7 +90,7 @@ LIBS = $(JSON_LIBS) $(GLIB_LIBS) @LIBS@
16 lib_LTLIBRARIES = libmypaint.la
17
18 libmypaint_la_LDFLAGS = \
19 - -release @LIBMYPAINT_API_PLATFORM_VERSION@ \
20 + -release 1.5 \
21 -version-info @LIBMYPAINT_ABI_VERSION_INFO@ \
22 -no-undefined
23
00 0002-configure.ac-Force-using-python3.patch
11 0002-Make-the-build-reproducible.patch
2 0003-Makefile.am-Hardcode-release-LDFLAGS-for-now.patch