termux-packages/packages/runit/linker.patch
Henrik Grimler 98a9ec70b9 Add runit package (#5384)
* runit: add package

* termux-services: switch to using runit instead of busybox
2020-06-10 14:18:13 +02:00

8 lines
245 B
Diff

--- ../src.orig/runit-2.1.2/src/conf-ld 2020-06-10 13:15:17.927086588 +0200
+++ ./runit-2.1.2/src/conf-ld 2020-06-10 13:33:42.302118866 +0200
@@ -1,3 +1,3 @@
-gcc -s
+${CC} ${LDFLAGS} -s
This will be used to link .o files into an executable.