Search
j0ke.net Open Build Service
>
Projects
>
ha
>
keepalived
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Changed
keepalived.spec
@@ -1,4 +1,3 @@ -# rootforbuild Name: keepalived Summary: HA monitor built upon LVS, VRRP and services poller Packager: Christophe Varoqui, <christophe.varoqui@free.fr> @@ -21,13 +20,14 @@ rm -rf %{buildroot} %setup -q %patch -p1 -%if 0%{?suse_version} == 1020 -%{__make} -C /usr/src/linux prepare -%endif + %build export CFLAGS=-D__KERNGLUE__ # the setting of mandir should be %{buildroot}/usr/share/man, but the # makefile adds "man" itself. +%if 0%{?suse_version} == 1020 +autoreconf --force --install +%endif ./configure --prefix=%{_prefix} \ --exec-prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} \