[packages/apache-mod_cgroup] - rel 3; link with cgroup library for required symbols
arekm
arekm at pld-linux.org
Tue Nov 6 15:32:13 CET 2018
commit 1a6529a7171068f83869f8eb5ecd7c4617578049
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Nov 6 15:32:06 2018 +0100
- rel 3; link with cgroup library for required symbols
apache-mod_cgroup.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apache-mod_cgroup.spec b/apache-mod_cgroup.spec
index 48b1e1c..a84abef 100644
--- a/apache-mod_cgroup.spec
+++ b/apache-mod_cgroup.spec
@@ -6,7 +6,7 @@
Summary: Resource management per vhost
Name: apache-mod_%{mod_name}
Version: 0.%{snapdate}.1
-Release: 2
+Release: 3
License: GPL
Group: Networking/Daemons/HTTP
Source0: https://github.com/MatthewIfe/mod_cgroup/archive/59adb1a668f0a8504b1124cf0bb93d7e61b21b01.zip
@@ -43,7 +43,7 @@ mod_cgroup can be used for:
%setup -q -n mod_%{mod_name}-%{snap}
%build
-%{apxs} -c mod_%{mod_name}/mod_%{mod_name}.c -o mod_%{mod_name}.la
+%{apxs} -c mod_%{mod_name}/mod_%{mod_name}.c -o mod_%{mod_name}.la -lcgroup
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_cgroup.git/commitdiff/1a6529a7171068f83869f8eb5ecd7c4617578049
More information about the pld-cvs-commit
mailing list