Magellan Linux

Annotation of /trunk/redland/patches/redland-1.0.10-librdf_storage_register_factory.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1148 - (hide annotations) (download)
Fri Sep 24 15:55:17 2010 UTC (13 years, 8 months ago) by niro
File size: 618 byte(s)
patch for 1.0.10
1 niro 1148 diff -ur redland-1.0.10.orig/src/Makefile.am redland-1.0.10/src/Makefile.am
2     --- redland-1.0.10.orig/src/Makefile.am 2009-11-23 08:38:32.000000000 +0200
3     +++ redland-1.0.10/src/Makefile.am 2009-12-18 15:29:10.000000000 +0200
4     @@ -152,7 +152,7 @@
5     plugin_LTLIBRARIES += librdf_storage_virtuoso.la
6     librdf_storage_virtuoso_la_SOURCES = rdf_storage_virtuoso.c rdf_storage_virtuoso_internal.h
7     librdf_storage_virtuoso_la_CPPFLAGS = @ODBC_CFLAGS@
8     -librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@
9     +librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@ librdf.la
10     librdf_storage_virtuoso_la_LDFLAGS = -module -avoid-version
11     endif
12