98a9ec70b9
* runit: add package * termux-services: switch to using runit instead of busybox
8 lines
245 B
Diff
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.
|