asciinema: Update from 1.1.1 to 1.2.0
[termux-packages] / packages / asciinema / Makefile.patch
1 diff -u -r ../asciinema-1.2.0/Makefile ./Makefile
2 --- ../asciinema-1.2.0/Makefile 2016-02-22 06:00:31.000000000 -0500
3 +++ ./Makefile 2016-03-07 18:42:26.516807994 -0500
4 @@ -13,8 +13,8 @@
5
6 all: build
7
8 -build: test
9 - go build -o bin/asciinema
10 +build:
11 + go build -o bin/asciinema -ldflags "-extldflags=-pie"
12
13 test:
14 go test ./...