Accepting request 594073 from home:cyphar:containers:docker_ppc_fixup
- Fix manpage generation breaking ppc64le builds due to a missing -buildemode=pie. OBS-URL: https://build.opensuse.org/request/show/594073 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=240
This commit is contained in:
parent
b0a1746a0a
commit
36f6ac97aa
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 04:21:28 UTC 2018 - asarai@suse.com
|
||||
|
||||
- Fix manpage generation breaking ppc64le builds due to a missing
|
||||
-buildemode=pie.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 4 12:27:29 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
|
@ -251,9 +251,8 @@ cd components/cli
|
||||
./scripts/build/dynbinary
|
||||
|
||||
mkdir -p ./man/man1
|
||||
go build -o gen-manpages github.com/docker/cli/man
|
||||
go build -buildmode=pie -o gen-manpages github.com/docker/cli/man
|
||||
./gen-manpages --root "$(pwd)" --target "$(pwd)/man/man1"
|
||||
rm gen-manpages
|
||||
./man/md2man-all.sh
|
||||
cd ../..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user