mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
11 lines
206 B
Diff
11 lines
206 B
Diff
--- ./context.go.orig
|
|
+++ ./context.go
|
|
@@ -146,7 +146,7 @@
|
|
ctx := Context{
|
|
Project: p,
|
|
workdir: workdir,
|
|
- buildmode: "exe",
|
|
+ buildmode: "pie",
|
|
pkgs: make(map[string]*Package),
|
|
}
|
|
|