Search Criteria
Package Details: libcapsule 0.20251201.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libcapsule.git (read-only, click to copy) |
|---|---|
| Package Base: | libcapsule |
| Description: | Load libraries from host system into a container. |
| Upstream URL: | https://gitlab.collabora.com/vivek/libcapsule |
| Licenses: | MIT, GPL-3.0-or-later, GPL-2.0-or-later, LGPL-2.1-or-later, FSFAP |
| Submitter: | patlefort |
| Maintainer: | patlefort |
| Last Packager: | patlefort |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-09-09 16:18 (UTC) |
| Last Updated: | 2026-01-25 09:57 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libelf (elfutils-gitAUR, elfutils-gitAUR)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gtk-doc (make)
- libxslt (libxslt-gitAUR) (make)
Latest Comments
tytan652 commented on 2026-01-25 09:47 (UTC)
The changes to CFLAGS causes issues since you append
"${CFLAGS} -Wno-error"to it without white-space prefix which causes:-flto=autoand-march=x86-64ends up glued together (also CFLAGS is completely duplicated)