You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
977 B
35 lines
977 B
7 years ago
|
From 5a49bd600f7c888abf9dad2911e53d1a20e5f7c4 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzidek@redhat.com>
|
||
|
Date: Fri, 13 Oct 2017 15:17:42 +0200
|
||
|
Subject: [PATCH] ding-libs fake soname patch
|
||
|
|
||
|
---
|
||
|
Makefile.am | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index d032739..cd1dff9 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -166,7 +166,7 @@ libcollection_la_SOURCES = \
|
||
|
trace/trace.h
|
||
|
libcollection_la_DEPENDENCIES = collection/libcollection.sym
|
||
|
libcollection_la_LDFLAGS = \
|
||
|
- -version-info 5:1:1 \
|
||
|
+ -version-info 3:1:1 \
|
||
|
-Wl,--version-script=$(top_srcdir)/collection/libcollection.sym
|
||
|
|
||
|
check_PROGRAMS += \
|
||
|
@@ -292,7 +292,7 @@ libini_config_la_LIBADD = \
|
||
|
libref_array.la \
|
||
|
libbasicobjects.la
|
||
|
libini_config_la_LDFLAGS = \
|
||
|
- -version-info 7:1:2 \
|
||
|
+ -version-info 5:1:2 \
|
||
|
-Wl,--version-script=$(top_srcdir)/ini/libini_config.sym
|
||
|
|
||
|
dist_noinst_DATA += \
|
||
|
--
|
||
|
2.9.5
|
||
|
|