1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-26 23:47:06 +00:00
termux-packages/packages/nim/makefile.patch
sk0kanik 4d8d6e4411
nim: update to 1.6.0 (#8085)
* nim: update to 1.6.0

* makefile.patch: removed -lrt
2021-11-28 14:45:50 +05:30

13 lines
332 B
Diff

diff -uNr nim-1.6.0/makefile nim-1.6.0.mod/makefile
--- nim-1.6.0/makefile 2021-10-19 01:39:26.000000000 +0100
+++ nim-1.6.0.mod/makefile 2021-11-28 08:52:56.003610701 +0100
@@ -23,7 +23,7 @@
ifeq ($(uos),linux)
myos = linux
- LDFLAGS += -ldl -lm -lrt
+ LDFLAGS += -ldl -lm
endif
ifeq ($(uos),dragonfly)
myos = freebsd