diff options
Diffstat (limited to 'encap/src/encap-profiles/runit-1.7.2.ep')
-rw-r--r-- | encap/src/encap-profiles/runit-1.7.2.ep | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/runit-1.7.2.ep b/encap/src/encap-profiles/runit-1.7.2.ep index 9606edba0..4396608ae 100644 --- a/encap/src/encap-profiles/runit-1.7.2.ep +++ b/encap/src/encap-profiles/runit-1.7.2.ep @@ -50,7 +50,7 @@ subdir="admin/runit-1.7.2" > PLATFORM_IF_MATCH(aix) -<patch options="-p0" from_dir="compile"><![CDATA[ +<patch options="-p0" from_dir="src"><![CDATA[ --- uw_tmp.h1 2007-06-25 01:17:00.000000000 -0400 +++ uw_tmp.h1 2007-06-25 01:17:23.000000000 -0400 @@ -3,7 +3,7 @@ @@ -64,6 +64,24 @@ PLATFORM_IF_MATCH(aix) typedef struct utmp uw_tmp; ]]></patch> +PLATFORM_ELSE_IF_MATCH(solaris) +<patch options="-p0" from_dir="src"><![CDATA[ +--- Makefile 2007-07-02 10:09:24.000000000 -0400 ++++ Makefile 2007-07-02 10:09:45.000000000 -0400 +@@ -6,10 +6,10 @@ + ./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 +]]></patch> PLATFORM_ELSE PLATFORM_ENDIF |