]> git.pld-linux.org Git - packages/libservicelog.git/blame - libservicelog-link.patch
- new
[packages/libservicelog.git] / libservicelog-link.patch
CommitLineData
23fc5692
JB
1--- libservicelog-1.1.11/src/servicelog-1.pc.in.orig 2011-03-14 22:34:44.000000000 +0100
2+++ libservicelog-1.1.11/src/servicelog-1.pc.in 2011-05-01 20:20:03.681759499 +0200
3@@ -6,5 +6,6 @@
4 Name: servicelog
5 Description: Library for access to the system servicelog
6 Version: @VERSION@
7-Libs: -L${libdir} -lsqlite3 -l@GENERIC_PACKAGE_NAME@
8+Libs: -L${libdir} -l@GENERIC_PACKAGE_NAME@
9+Libs.private: -lsqlite3 -lrtas -lrtasevent
10 Cflags: -I${includedir}/@GENERIC_PACKAGE_NAME@-@GENERIC_API_VERSION@
11--- libservicelog-1.1.11/src/Makefile.am.orig 2011-03-14 22:34:44.000000000 +0100
12+++ libservicelog-1.1.11/src/Makefile.am 2011-05-01 20:26:36.195105975 +0200
13@@ -35,9 +35,9 @@
14
15 libservicelog_la_LDFLAGS = -module -version-info \
16 @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@
17+libservicelog_la_LIBADD = -lsqlite3 -lrtas -lrtasevent
18
19 AM_CFLAGS = -Wall -g -DDEST_DIR='"${exec_prefix}"'
20-AM_LDFLAGS = -lsqlite3 -lrtas -lrtasevent
21
22 LIBTOOL_DEPS = @LIBTOOL_DEPS@
23 libtool: $(LIBTOOL_DEPS)
This page took 0.039595 seconds and 4 git commands to generate.