]> git.pld-linux.org Git - packages/libservicelog.git/blob - libservicelog-link.patch
955d7dfdce5376b8dd57640873a96040f996bf04
[packages/libservicelog.git] / libservicelog-link.patch
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.062755 seconds and 2 git commands to generate.