forked from pool/libservicelog
therefore use version-info only and name shared library package accordingly. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libservicelog?expand=0&rev=15
18 lines
703 B
Diff
18 lines
703 B
Diff
Index: src/Makefile.am
|
|
===================================================================
|
|
--- src/Makefile.am.orig 2011-03-14 22:34:44.000000000 +0100
|
|
+++ src/Makefile.am 2012-06-28 16:14:30.385936569 +0200
|
|
@@ -33,8 +33,10 @@ AM_LFLAGS = -Pv29nfy_ -olex.yy.c
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = servicelog-1.pc
|
|
|
|
-libservicelog_la_LDFLAGS = -module -version-info \
|
|
- @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@
|
|
+#libservicelog_la_LDFLAGS = -module -version-info \
|
|
+# @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@
|
|
+
|
|
+libservicelog_la_LDFLAGS = -version-info @GENERIC_API_VERSION@
|
|
|
|
AM_CFLAGS = -Wall -g -DDEST_DIR='"${exec_prefix}"'
|
|
AM_LDFLAGS = -lsqlite3 -lrtas -lrtasevent
|