[libcutl/el5] Adding LDFLAGS for boost141 as well

Dave Johansen daveisfera at fedoraproject.org
Sun Jul 28 23:01:15 UTC 2013


commit 8688a06a8571cb7efe4a44b8ad721f1fef61cb82
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Sun Jul 28 16:00:19 2013 -0700

    Adding LDFLAGS for boost141 as well

 libcutl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcutl.spec b/libcutl.spec
index 587a0c5..ea032a9 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 CPPFLAGS=-I%{_includedir}/boost141
+%configure --disable-static --with-external-boost CPPFLAGS=-I%{_includedir}/boost141 LDFLAGS=-L%{_libdir}/boost141
 %endif
 make %{?_smp_mflags}
 


More information about the scm-commits mailing list