summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/redland/files')
-rw-r--r--dev-libs/redland/files/redland-1.0.10-librdf_storage_register_factory.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/redland/files/redland-1.0.10-librdf_storage_register_factory.patch b/dev-libs/redland/files/redland-1.0.10-librdf_storage_register_factory.patch
new file mode 100644
index 000000000000..6c09c51e961a
--- /dev/null
+++ b/dev-libs/redland/files/redland-1.0.10-librdf_storage_register_factory.patch
@@ -0,0 +1,12 @@
+diff -ur redland-1.0.10.orig/src/Makefile.am redland-1.0.10/src/Makefile.am
+--- redland-1.0.10.orig/src/Makefile.am 2009-11-23 08:38:32.000000000 +0200
++++ redland-1.0.10/src/Makefile.am 2009-12-18 15:29:10.000000000 +0200
+@@ -152,7 +152,7 @@
+ plugin_LTLIBRARIES += librdf_storage_virtuoso.la
+ librdf_storage_virtuoso_la_SOURCES = rdf_storage_virtuoso.c rdf_storage_virtuoso_internal.h
+ librdf_storage_virtuoso_la_CPPFLAGS = @ODBC_CFLAGS@
+-librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@
++librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@ librdf.la
+ librdf_storage_virtuoso_la_LDFLAGS = -module -avoid-version
+ endif
+