mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-03 10:16:14 +00:00
13 lines
293 B
Diff
13 lines
293 B
Diff
Remove uneeded pthread-stubs dependency
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -21028,7 +21028,7 @@ fi
|
|
NEEDED="xau >= 0.99.2"
|
|
case $host_os in
|
|
linux*|darwin*|solaris*|dragonfly*|freebsd*|netbsd*) ;;
|
|
- *) NEEDED="$NEEDED pthread-stubs" ;;
|
|
+ *) NEEDED="$NEEDED" ;;
|
|
esac
|
|
|
|
pkg_failed=no
|