summaryrefslogtreecommitdiff
path: root/external/coinmp/rpath.patch
blob: 50a2acde2b3ad53aec0376781c9322ef93b034d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
--- Cbc/configure
+++ Cbc/configure
@@ -12484,6 +12484,7 @@
 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 	;;
     esac
+hardcode_libdir_flag_spec_CXX=
     ;;
   lynxos*)
     # FIXME: insert proper C++ library support
--- Cgl/configure
+++ Cgl/configure
@@ -12455,6 +12455,7 @@
 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 	;;
     esac
+hardcode_libdir_flag_spec_CXX=
     ;;
   lynxos*)
     # FIXME: insert proper C++ library support
--- Clp/configure
+++ Clp/configure
@@ -12482,6 +12482,7 @@
 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 	;;
     esac
+hardcode_libdir_flag_spec_CXX=
     ;;
   lynxos*)
     # FIXME: insert proper C++ library support
--- CoinMP/configure
+++ CoinMP/configure
@@ -12424,6 +12424,7 @@
 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 	;;
     esac
+hardcode_libdir_flag_spec_CXX=
     ;;
   lynxos*)
     # FIXME: insert proper C++ library support
--- CoinUtils/configure
+++ CoinUtils/configure
@@ -13939,6 +13939,7 @@
 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 	;;
     esac
+hardcode_libdir_flag_spec_CXX=
     ;;
   lynxos*)
     # FIXME: insert proper C++ library support
--- Osi/configure
+++ Osi/configure
@@ -12453,6 +12453,7 @@
 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 	;;
     esac
+hardcode_libdir_flag_spec_CXX=
     ;;
   lynxos*)
     # FIXME: insert proper C++ library support
5d9a3a0766a1cbd09b2eeb36fa8f2d2'>always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák 2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl 2019-07-09CPU intrinsics detection (SSE, AVX)Tomaž Vajngerl 2019-04-21rework Color to have R,G,B,A public variablesTomaž Vajngerl 2019-01-23Test for XmlWalker to check it parses the xml as expectedTomaž Vajngerl 2018-05-19Revert "tools: test Pair"Noel Grandin 2018-05-16tools: test PairChris Sherlock 2018-05-12tools: test for FRoundChris Sherlock 2018-05-09there are 3600000 seconds in an hourCaolán McNamara 2018-05-08tools: document and test sanitiseMm100ToTwip()Chris Sherlock 2018-04-30tools: test for MinMaxChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko 2015-07-09add some unit tests for tools::RectangleTomaž Vajngerl 2014-10-24Fract: enable testsJuan Picca 2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky 2014-10-17allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon 2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca 2014-05-15tools: add AsRGBHexString to Color + unit testTomaž Vajngerl