forked from pool/libservicelog
- update to 1.1.23 - Legalize SQL insert command input string - Minor typo fix - repair_action : fix output format issue - drop libservicelog.install.patch - refresh libservicelog-printf_types.patch OBS-URL: https://build.opensuse.org/request/show/161606 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libservicelog?expand=0&rev=20
18 lines
631 B
Diff
18 lines
631 B
Diff
Index: src/Makefile.am
|
|
===================================================================
|
|
--- src/Makefile.am.orig
|
|
+++ src/Makefile.am
|
|
@@ -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
|