]> git.pld-linux.org Git - packages/redland.git/commitdiff
- updated
authorshadzik <shadzik@pld-linux.org>
Thu, 3 Dec 2009 00:15:46 +0000 (00:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    redland-link.patch -> 1.5
    redland-storage-file.patch -> 1.3

redland-link.patch
redland-storage-file.patch

index ae2546de93cb81f3e1f16c80f4d7b3a53631b200..e611b0c549bcf39241afde95e66f35a773c3772e 100644 (file)
@@ -8,4 +8,15 @@
 +  echo @LIBRDF_EXTERNAL_LIBS@
  fi
  
- if test "$echo_swig" = "yes"; then  
+ if test "$echo_swig" = "yes"; then
+--- redland-1.0.9/src/Makefile.am.orig 2009-12-03 00:36:17.658407858 +0100
++++ redland-1.0.9/src/Makefile.am      2009-12-03 00:37:28.227467072 +0100
+@@ -190,7 +190,7 @@
+ redland.spec redland.spec.in
+ librdf_la_LDFLAGS = -version-info @LIBRDF_LIBTOOL_VERSION@ \
+-@LIBRDF_LDFLAGS@ @LIBRDF_EXTERNAL_LIBS@ $(MEM_LIBS)
++@LIBRDF_EXTERNAL_LIBS@ $(MEM_LIBS)
+ pkgdata_DATA=
+ if STORAGE_MYSQL
index 37f1b8ed992465b5058caf2b6388c3e348533758..2bb54579002413ff4ea9e1499f5dd046675bf676 100644 (file)
@@ -1,8 +1,8 @@
---- 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 @@
+--- redland-1.0.9/src/Makefile.am.old  2009-12-03 00:19:25.051648341 +0100
++++ redland-1.0.9/src/Makefile.am      2009-12-03 00:20:01.744463692 +0100
+@@ -115,6 +115,13 @@
  
- plugin_LTLIBRARIES =
+ plugin_LTLIBRARIES = 
  
 +if STORAGE_FILE
 +plugin_LTLIBRARIES += librdf_storage_file.la
@@ -10,6 +10,7 @@
 +librdf_storage_file_la_LDFLAGS = -module -avoid-version
 +librdf_storage_file_la_LIBADD = librdf.la
 +endif
++
  if STORAGE_TSTORE
  plugin_LTLIBRARIES += librdf_storage_tstore.la
  librdf_storage_tstore_la_SOURCES = rdf_storage_tstore.c
This page took 0.035126 seconds and 4 git commands to generate.