summarylogtreecommitdiffstats
path: root/no-versioned-shlibs.patch
diff options
context:
space:
mode:
authorMartchus2019-09-18 18:03:10 +0200
committerMartchus2019-09-18 18:03:10 +0200
commit3ae9bd9f3f2a1708a62f79ce3e5f5119d97954af (patch)
tree48b27e4e7035284b709b542cfa705eebbdd1978f /no-versioned-shlibs.patch
downloadaur-3ae9bd9f3f2a1708a62f79ce3e5f5119d97954af.tar.gz
Update to 1.71.0
Diffstat (limited to 'no-versioned-shlibs.patch')
-rw-r--r--no-versioned-shlibs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/no-versioned-shlibs.patch b/no-versioned-shlibs.patch
new file mode 100644
index 000000000000..96459ea03169
--- /dev/null
+++ b/no-versioned-shlibs.patch
@@ -0,0 +1,11 @@
+--- boostcpp.jam.old 2018-08-01 22:50:40.000000000 +0200
++++ boostcpp.jam 2018-10-07 01:48:30.175912524 +0200
+@@ -154,7 +154,7 @@
+ # libFoo.1.2.3.dylib format. AIX linkers do not accept version suffixes
+ # either. Pgi compilers can not accept a library with version suffix.
+ if $(type) = SHARED_LIB &&
+- ! [ $(property-set).get <target-os> ] in windows cygwin darwin aix &&
++ ! [ $(property-set).get <target-os> ] in windows cygwin darwin aix android &&
+ ! [ $(property-set).get <toolset> ] in pgi
+ {
+ result = $(result).$(BOOST_VERSION) ;