View | Details | Raw Unified | Return to bug 213768 | Differences between
and this patch

Collapse All | Expand All

(-)devel/liborcus/files/patch-configure (+18 lines)
Added Link Here
1
--- configure.orig	2016-10-25 22:10:46 UTC
2
+++ configure
3
@@ -18336,13 +18336,13 @@ case $boost_cv_lib_program_options in #(
4
   (no) $as_echo "$as_me: failed program was:" >&5
5
 sed 's/^/| /' conftest.$ac_ext >&5
6
 
7
-    as_fn_error $? "cannot find the flags to link with Boost program_options" "$LINENO" 5
8
+#    as_fn_error $? "cannot find the flags to link with Boost program_options" "$LINENO" 5
9
     ;;
10
 esac
11
 BOOST_PROGRAM_OPTIONS_LDFLAGS=$boost_cv_lib_program_options_LDFLAGS
12
 BOOST_PROGRAM_OPTIONS_LDPATH=$boost_cv_lib_program_options_LDPATH
13
 BOOST_LDPATH=$boost_cv_lib_program_options_LDPATH
14
-BOOST_PROGRAM_OPTIONS_LIBS=$boost_cv_lib_program_options_LIBS
15
+BOOST_PROGRAM_OPTIONS_LIBS=-lboost_program_options
16
 CPPFLAGS=$boost_save_CPPFLAGS
17
 ac_ext=cpp
18
 ac_cpp='$CXXCPP $CPPFLAGS'

Return to bug 213768