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