File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = dae-git
2
2
pkgdesc = A Linux lightweight and high-performance transparent proxy solution based on eBPF.
3
3
pkgver = 0.7.0rc1.r5.g64ebfea
4
- pkgrel = 1
4
+ pkgrel = 2
5
5
url = https://github.com/daeuniverse/dae
6
6
arch = x86_64
7
7
arch = aarch64
Original file line number Diff line number Diff line change 2
2
_name=dae
3
3
pkgname=$_name -git
4
4
pkgver=0.7.0rc1.r5.g64ebfea
5
- pkgrel=1
5
+ pkgrel=2
6
6
pkgdesc=" A Linux lightweight and high-performance transparent proxy solution based on eBPF."
7
7
arch=(' x86_64' ' aarch64' )
8
8
url=" https://github.com/daeuniverse/dae"
@@ -37,7 +37,7 @@ prepare() {
37
37
38
38
build () {
39
39
cd " $srcdir /$_name "
40
- BUILD_ARGS=" -buildmode=pie -modcacherw" CFLAGS=" -fno-stack-protector" make VERSION=" ${pkgver} "
40
+ CGO_ENABLED=1 BUILD_ARGS=" -buildmode=pie -modcacherw" CFLAGS=" -fno-stack-protector" make VERSION=" ${pkgver} "
41
41
}
42
42
43
43
package () {
You can’t perform that action at this time.
0 commit comments