mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03:00
8f1ff487b3
To remove the unneeded pthread-stubs requirements.
12 lines
248 B
Diff
12 lines
248 B
Diff
Remove uneeded pthread-stubs dependency
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -19695,7 +19695,7 @@ fi
|
|
NEEDED="xau >= 0.99.2"
|
|
case $host_os in
|
|
linux*) ;;
|
|
- *) NEEDED="$NEEDED pthread-stubs" ;;
|
|
+ *) NEEDED="$NEEDED" ;;
|
|
esac
|
|
|
|
pkg_failed=no
|