[mongodb] fix CFLAGS => CXXFLAGS

Nathaniel McCallum npmccallum at fedoraproject.org
Mon Jan 16 19:34:23 UTC 2012


commit 3b1a20e569e7694f55eecac9970a3b47258e3dde
Author: Nathaniel McCallum <nathaniel at themccallums.org>
Date:   Mon Jan 16 14:34:19 2012 -0500

    fix CFLAGS => CXXFLAGS

 mongodb-sm-pkgconfig.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mongodb-sm-pkgconfig.patch b/mongodb-sm-pkgconfig.patch
index f90734e..9342912 100644
--- a/mongodb-sm-pkgconfig.patch
+++ b/mongodb-sm-pkgconfig.patch
@@ -12,7 +12,7 @@ index 19a4dcb..f7608ed 100644
 +    libs = filter(lambda x: x.startswith("-l"), libs)
 +    libs = map(lambda x: x[2:], libs)
 +    if cflags or libs:
-+        env.Append( CFLAGS=cflags )
++        env.Append( CXXFLAGS=cflags )
 +        env.Append( LIBS=libs )
 +        return
 +


More information about the scm-commits mailing list