[libcutl/el5] Using CPPFLAGS to specify the include path to the Boost 1.41 libraries because the --with-boost actu

Dave Johansen daveisfera at fedoraproject.org
Fri Jul 26 05:35:15 UTC 2013


commit 682cd7b977a39c061db0e66807dc317562dd9f80
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Thu Jul 25 22:34:53 2013 -0700

    Using CPPFLAGS to specify the include path to the Boost 1.41 libraries because the --with-boost actually specified the build directory

 libcutl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcutl.spec b/libcutl.spec
index df6c189..b4a218c 100644
--- a/libcutl.spec
+++ b/libcutl.spec
@@ -52,7 +52,7 @@ developing applications that use %{name}.
 %configure --disable-static --with-external-boost
 %else
 # Otherwise, on RHEL 5 use the EPEL Boost 1.41 instead of the internal one
-%configure --disable-static --with-external-boost --with-boost=/usr/include/boost141
+%configure --disable-static --with-external-boost CPPFLAGS=-I/usr/include/boost141
 %endif
 make %{?_smp_mflags}
 


More information about the scm-commits mailing list