Search Criteria
Package Details: dae 0.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dae.git (read-only, click to copy) |
---|---|
Package Base: | dae |
Description: | A Linux lightweight and high-performance transparent proxy solution based on eBPF. |
Upstream URL: | https://github.com/daeuniverse/dae |
Licenses: | AGPL-3.0-or-later |
Submitter: | cubercsl |
Maintainer: | cubercsl (lilac, Integral) |
Last Packager: | lilac |
Votes: | 7 |
Popularity: | 0.68 |
First Submitted: | 2023-03-14 14:38 (UTC) |
Last Updated: | 2024-12-18 15:08 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- v2ray-domain-list-community (vxray-rules-dat-gitAUR, v2ray-rules-dat-autoupdateAUR, v2ray-domain-list-customAUR, v2ray-rules-dat-gitAUR, v2ray-rules-datAUR)
- v2ray-geoip (v2ray-geoip-liteAUR, vxray-rules-dat-gitAUR, v2ray-rules-dat-autoupdateAUR, v2ray-geoip-customAUR, v2ray-rules-dat-gitAUR, v2ray-rules-datAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
KagurazakaNyaa commented on 2024-11-20 08:01 (UTC)
The argument
-ldflags=-linkmode=external
in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dae#n28 seems to have caused the built binary to returndae version unknown
when executingdae --version
. The build process for dae does not seem to require an external linker, so this parameter is unnecessary.