diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-20 10:29:32 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-20 10:30:45 +0200 |
commit | e89155c9978ef49a82728e701b6567d750715bab (patch) | |
tree | 457dc413d759f14ddacf14781634f5eafeac3148 /testing/gb/buildmode-pie.patch | |
parent | b8f3db09f536f880f25a5242e99942c488f0a376 (diff) | |
download | aports-e89155c9978ef49a82728e701b6567d750715bab.tar.bz2 aports-e89155c9978ef49a82728e701b6567d750715bab.tar.xz |
testing/gb: new aport: new aport
Diffstat (limited to 'testing/gb/buildmode-pie.patch')
-rw-r--r-- | testing/gb/buildmode-pie.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gb/buildmode-pie.patch b/testing/gb/buildmode-pie.patch new file mode 100644 index 0000000000..37db8e4c55 --- /dev/null +++ b/testing/gb/buildmode-pie.patch @@ -0,0 +1,11 @@ +--- ./context.go.orig ++++ ./context.go +@@ -146,7 +146,7 @@ + ctx := Context{ + Project: p, + workdir: workdir, +- buildmode: "exe", ++ buildmode: "pie", + pkgs: make(map[string]*Package), + } + |