termux-packages/packages/asciinema/Makefile.patch

15 lines
333 B
Diff
Raw Normal View History

2016-03-08 00:43:30 +01:00
diff -u -r ../asciinema-1.2.0/Makefile ./Makefile
--- ../asciinema-1.2.0/Makefile 2016-02-22 06:00:31.000000000 -0500
+++ ./Makefile 2016-03-07 18:42:26.516807994 -0500
@@ -13,8 +13,8 @@
2015-08-20 03:17:57 +02:00
all: build
-build: test
2016-03-08 00:43:30 +01:00
- go build -o bin/asciinema
2015-08-20 03:17:57 +02:00
+build:
2016-03-08 00:43:30 +01:00
+ go build -o bin/asciinema -ldflags "-extldflags=-pie"
2015-08-20 03:17:57 +02:00
test:
go test ./...