bitcoin: delete build-aux-m4-ax_boost_thread.m4.patch

This commit is contained in:
Leonid Pliushch 2021-09-20 20:00:21 +03:00
parent 84f2c12cbd
commit 8c57a2c649
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
diff -u -r ../bitcoin-0.19.0.1/build-aux/m4/ax_boost_thread.m4 ./build-aux/m4/ax_boost_thread.m4
--- ../bitcoin-0.19.0.1/build-aux/m4/ax_boost_thread.m4 2019-11-18 09:46:57.000000000 +0000
+++ ./build-aux/m4/ax_boost_thread.m4 2019-11-27 23:27:32.657357728 +0000
@@ -149,7 +149,7 @@
break;
;;
* )
- BOOST_THREAD_LIB="$BOOST_THREAD_LIB -lpthread"
+ BOOST_THREAD_LIB="$BOOST_THREAD_LIB"
break;
;;
esac