[mingw-qpid-cpp: 5/28] Use the real option name for disabling ssl

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:17:13 UTC 2012


commit ea5092a8f5a81630e3fc4b3841335fb058db104f
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Mon Jan 10 23:40:54 2011 +0100

    Use the real option name for disabling ssl

 mingw32-qpid-cpp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-qpid-cpp.spec b/mingw32-qpid-cpp.spec
index 3b7b003..c5df3e8 100644
--- a/mingw32-qpid-cpp.spec
+++ b/mingw32-qpid-cpp.spec
@@ -44,7 +44,7 @@ pushd build
 %_mingw32_cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 		-DBUILD_MSCLFS:BOOL=OFF		  \
 		-DBUILD_MSSQL:BOOL=OFF		  \
-		-DUSE_SSL:BOOL=OFF		  \
+		-DBUILD_SSL:BOOL=OFF		  \
 %if "%{?dist}" == ".fc13"
 		-DBoost_COMPILER:STRING=-gcc44 ../cpp
 %else


More information about the scm-commits mailing list