Search Criteria
Package Details: lib32-libwslay 1.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lib32-libwslay.git (read-only, click to copy) |
|---|---|
| Package Base: | lib32-libwslay |
| Description: | WebSocket library (32-bit) |
| Upstream URL: | https://github.com/tatsuhiro-t/wslay |
| Licenses: | MIT |
| Provides: | lib32-wslay, libwslay.so |
| Replaces: | lib32-wslay |
| Submitter: | vitaliikuzhdin |
| Maintainer: | vitaliikuzhdin (asyync1024) |
| Last Packager: | vitaliikuzhdin |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-02-21 20:50 (UTC) |
| Last Updated: | 2026-02-21 20:52 (UTC) |
Dependencies (3)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR)
- libwslay
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
Latest Comments
vitaliikuzhdin commented on 2026-02-22 09:36 (UTC)
@asyync1024, right, getting the same error there. It might be that we manually need to patch/sed
common/cmake/FindTBB.cmake, but I haven't looked into it yet.asyync1024 commented on 2026-02-22 07:09 (UTC)
Great! Thanks for your efforts. Now, only
lib32-embreeremains, I had myself made some attempts on it, but the final link failed because of it trying to link a ELF64 binary. All I had did was use generic flags, and -m32.