File: 0004-src-Makefile-don-t-use-static-to-link-runit-runit-ini.diff

package info (click to toggle)
runit 2.1.2-54
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,524 kB
  • sloc: ansic: 6,098; sh: 1,741; makefile: 389
file content (27 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: Gerrit Pape <pape@smarden.org>
Date: Thu, 31 Jul 2014 12:54:32 +0000
Forwarded: <no>
Subject: [PATCH] src/Makefile: don't use -static to link runit,
 runit-init on Debian

---
 runit-2.1.2/src/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/runit-2.1.2/src/Makefile b/runit-2.1.2/src/Makefile
index d9624de..507a419 100644
--- a/runit-2.1.2/src/Makefile
+++ b/runit-2.1.2/src/Makefile
@@ -6,10 +6,10 @@ check: $(IT)
 	./check-local $(IT)
 
 runit: load runit.o unix.a byte.a
-	./load runit unix.a byte.a -static
+	./load runit unix.a byte.a
 
 runit-init: load runit-init.o unix.a byte.a
-	./load runit-init unix.a byte.a -static
+	./load runit-init unix.a byte.a
 
 runsv: load runsv.o unix.a byte.a time.a
 	./load runsv unix.a byte.a time.a