[redland/f18] force detection of libdb

Rex Dieter rdieter at fedoraproject.org
Tue Mar 26 13:46:39 UTC 2013


commit 99d79e444d47e9714ac98e923e287172675fa163
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Mar 26 08:45:42 2013 -0500

    force detection of libdb
    
    configure only autochecks for up to v5.2

 redland.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/redland.spec b/redland.spec
index eb4cc15..1242287 100644
--- a/redland.spec
+++ b/redland.spec
@@ -70,6 +70,8 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 
 %build
 %configure \
+  --with-bdb-lib=%{_libdir} \
+  --with-bdb-dbname=db \
   --enable-release \
   --disable-static 
 


More information about the scm-commits mailing list