mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-01 01:47:42 +00:00
12 lines
285 B
Diff
12 lines
285 B
Diff
Remove uneeded pthread-stubs dependency
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -20827,7 +20827,7 @@ fi
|
|
NEEDED="xau >= 0.99.2"
|
|
case $host_os in
|
|
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
|
|
- *) NEEDED="$NEEDED pthread-stubs" ;;
|
|
+ *) NEEDED="$NEEDED" ;;
|
|
esac
|
|
|
|
pkg_failed=no
|