]> git.pld-linux.org Git - packages/redland.git/commitdiff
- add storage_file plugin missing in modular build
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Jan 2008 21:11:11 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    redland-storage-file.patch -> 1.1

redland-storage-file.patch [new file with mode: 0644]

diff --git a/redland-storage-file.patch b/redland-storage-file.patch
new file mode 100644 (file)
index 0000000..529816a
--- /dev/null
@@ -0,0 +1,15 @@
+--- redland-1.0.7/librdf/Makefile.am.orig      2007-12-17 07:51:58.000000000 +0100
++++ redland-1.0.7/librdf/Makefile.am   2008-01-06 21:01:48.587870130 +0100
+@@ -104,6 +104,12 @@
+ plugin_LTLIBRARIES =
++if STORAGE_FILE
++plugin_LTLIBRARIES += librdf_storage_file.la
++librdf_storage_file_la_SOURCES = rdf_storage_file.c
++librdf_storage_file_la_LDFLAGS = -module -avoid-version
++endif
++
+ if STORAGE_TSTORE
+ plugin_LTLIBRARIES += librdf_storage_tstore.la
+ librdf_storage_tstore_la_SOURCES = rdf_storage_tstore.c
This page took 0.119584 seconds and 4 git commands to generate.