diff options
Diffstat (limited to 'kde/redland')
-rw-r--r-- | kde/redland/librdf_storage_register_factory.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kde/redland/librdf_storage_register_factory.patch b/kde/redland/librdf_storage_register_factory.patch deleted file mode 100644 index 9d99bbee2..000000000 --- a/kde/redland/librdf_storage_register_factory.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Dave Beckett <dave@dajobe.org> -Date: Fri, 18 Dec 2009 16:03:31 +0000 (+0000) -Subject: Add librdf.la to librdf_storage_virtuoso_la_LIBADD -X-Git-Url: http://git.librdf.org/view?p=librdf.git;a=commitdiff_plain;h=bfeaca74108e5a1e0c8143b2dc4c36f23e78f311;hp=5dfe6dc3361cccdf47a9db32bfa8374d405ad1e4 - -Add librdf.la to librdf_storage_virtuoso_la_LIBADD ---- - -diff --git a/src/Makefile.am b/src/Makefile.am -index 6bb4aa0..fcbe149 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -152,7 +152,7 @@ if STORAGE_VIRTUOSO - 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 - |