summarylogtreecommitdiffstats
path: root/no-versioned-shlibs.patch
diff options
context:
space:
mode:
authorMartchus2024-03-18 13:11:05 +0100
committerMartchus2024-03-18 13:15:08 +0100
commit9bb3176e5460a964ddb481ac0707fc41b0b35b14 (patch)
treedf73b7c6ebcf47ba04fc1d14e441016113c58eeb /no-versioned-shlibs.patch
parentc1a356f56b54dc5b7e2a0337bec31610fe17c4d5 (diff)
downloadaur-android-x86-boost.tar.gz
Update to 1.84.0
Diffstat (limited to 'no-versioned-shlibs.patch')
-rw-r--r--no-versioned-shlibs.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/no-versioned-shlibs.patch b/no-versioned-shlibs.patch
deleted file mode 100644
index 96459ea03169..000000000000
--- a/no-versioned-shlibs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) ;