Search Criteria
Package Details: lzfse 1.0-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lzfse.git (read-only, click to copy) |
|---|---|
| Package Base: | lzfse |
| Description: | LZFSE compression library and command line tool |
| Upstream URL: | https://github.com/lzfse/lzfse |
| Licenses: | BSD-3-Clause |
| Conflicts: | lzfse-git |
| Submitter: | laurent.treguier |
| Maintainer: | quest |
| Last Packager: | quest |
| Votes: | 7 |
| Popularity: | 1.07 |
| First Submitted: | 2017-05-08 12:28 (UTC) |
| Last Updated: | 2026-04-22 19:55 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
Latest Comments
quest commented on 2026-04-22 19:55 (UTC)
I went ahead and just added
options=(!strip)to fix the issue.foreverip commented on 2026-04-22 10:44 (UTC) (edited on 2026-04-22 10:45 (UTC) by foreverip)
I tried building a simple application after installing this package, but it doesn't seem to work.
main.c:
Adding
options=(!strip)to the PKGBUILD or disabling symbol stripping in /etc/makepkg.conf seems to fix the issue, but I'm not sure why? The same thing happens even for older versions of this package.