mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
73d64c48a9
8f1ff487b3df6f3e4cb53f88045a32ea4fbc0839 libxcb: use a patch instead of sed (fanquake) Pull request description: To remove the unneeded pthread-stubs requirement. Should almost be enough to close #16838. seds dead (mostly). The usage left in `qt.mk` are for substituting runtime values. ACKs for top commit: hebasto: ACK 8f1ff487b3df6f3e4cb53f88045a32ea4fbc0839. Tree-SHA512: 2b6ebbe98a838d8e08e54737292b02176ff4c85a541ae1ec0c590c75e33ba92289628b88ca3144f2e214f4327515f7fd22c39687312f44183b759815c092b24f
13 lines
248 B
Diff
13 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
|