Commit MetaInfo

Revision5583815897c8fed64953c0df2427d4346bc3cd33 (tree)
Time2021-02-14 14:09:22
AuthorHe Chenlan <210hcl@gmai...>
CommiterHe Chenlan

Log Message

Changed some config of openrc.

Change Summary

Incremental Difference

--- a/openrc.spec
+++ b/openrc.spec
@@ -1,4 +1,3 @@
1-
21 Name: openrc
32 Version: 0.42.1
43 Release: 0
@@ -6,7 +5,8 @@ Summary: OpenRC manages the services, startup and shutdown of a host
65 License: 2BSD
76 URL: https://github.com/OpenRC/openrc
87 Source0: https://github.com/OpenRC/openrc/archive/0.42.1.tar.gz
9-Patch0: gcc10.patch
8+# From https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-apps/openrc/files/openrc-0.42.1-gcc-10.patch
9+Patch0: openrc-0.42.1-gcc-10.patch
1010
1111 %description
1212 OpenRC manages the services, startup and shutdown of a host
@@ -14,8 +14,9 @@ OpenRC manages the services, startup and shutdown of a host
1414 %prep
1515 %setup
1616 %patch0 -p1
17+
1718 %build
18-make %{?_smp_mflags}
19+make %{?_smp_mflags} LIBEXECDIR=/lib/rc MKBASHCOMP=yes MKZSHCOMP=yes
1920
2021 %check
2122 make check %{?_smp_mflags}
Show on old repository browser