Search Criteria
Package Details: dash-static-musl 0.5.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dash-static-musl.git (read-only, click to copy) |
---|---|
Package Base: | dash-static-musl |
Description: | A POSIX compliant shell that aims to be as small as possible, statically linked to musl libc |
Upstream URL: | http://gondor.apana.org.au/~herbert/dash/ |
Licenses: | BSD |
Conflicts: | dash |
Provides: | dash |
Submitter: | WFCody |
Maintainer: | WFCody (jasonhansel) |
Last Packager: | WFCody |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-18 06:06 (UTC) |
Last Updated: | 2023-05-30 14:32 (UTC) |
Required by (25)
- avantfax (requires dash)
- cowberry-boot (requires dash)
- dashbinsh (requires dash)
- dracut-git (requires dash) (check)
- dracut-git (requires dash) (optional)
- dupfi (requires dash)
- fstransform (requires dash)
- hylafaxplus (requires dash)
- memoize-dash (requires dash)
- parallel-rust (requires dash) (optional)
- qualcommsoftwarecenter (requires dash)
- reddio (requires dash) (optional)
- rmlint-develop-git (requires dash) (check)
- rmlint-shredder-develop-git (requires dash) (check)
- rpmlint (requires dash) (check)
- rpmlint (requires dash) (optional)
- sensible-browser-git (requires dash) (check)
- sensible-editor-git (requires dash) (check)
- sensible-pager-git (requires dash) (check)
- sensible-terminal-git (requires dash) (check)
- Show 5 more...
Latest Comments
kseistrup commented on 2022-01-14 09:05 (UTC)
I can confirm that
--enable-static
works and produces a statically linked binary.And I recommend that the
CFLAGS
variable isn't completely overruled. Instead the-Os
should be appended:Cheers.
WFCody commented on 2022-01-14 08:53 (UTC)
Hi climbTheStrairs. The source used is the same as in the Arch Linux dash package so that is why that source is selected.
For building, I probably had a reason for doing what I did back then. I will try to adjust the PKGBUILD sometime soon when I got time.
climbTheStairs commented on 2022-01-14 08:40 (UTC)
Perhaps use
./configure --enable-static
instead ofexport CC='musl-gcc -static'
andexport CFLAGS='-Os -static'
(and why the flag used twice?)?Also, is there a reason that this source is used instead of the one from the upstream URL (http://gondor.apana.org.au/~herbert/dash/files/)?
kseistrup commented on 2021-03-25 12:58 (UTC)
Please update to 0.5.11.3.
ryosei commented on 2021-02-28 22:09 (UTC)
Version 0.5.11.3 is out since 2020-12-23 07:58:12. The same PKGBUILD but updating version and checksums work alright.
WFCody commented on 2017-08-06 16:37 (UTC)
jasonhansel commented on 2017-08-06 15:23 (UTC)