Fix for chrony.spec on SuSE (Paul Elliot)
This commit is contained in:
parent
b0993ad9bd
commit
712132f635
2 changed files with 2 additions and 1 deletions
1
NEWS
1
NEWS
|
@ -14,6 +14,7 @@ New in version 1.20
|
||||||
* Fix for Linux on SH-5 (floating point denorm handling).
|
* Fix for Linux on SH-5 (floating point denorm handling).
|
||||||
* Add detection of Linux 2.5
|
* Add detection of Linux 2.5
|
||||||
* Allow arbitrary value of HZ in Linux kernel
|
* Allow arbitrary value of HZ in Linux kernel
|
||||||
|
* Fix for chrony.spec on SuSE (Paul Elliot)
|
||||||
|
|
||||||
New in version 1.19
|
New in version 1.19
|
||||||
===================
|
===================
|
||||||
|
|
|
@ -24,7 +24,7 @@ act as an RFC1305-compatible NTP server.
|
||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --prefix=%{_prefix}
|
./configure --prefix=%{_prefix} --mandir=%{_mandir}
|
||||||
make CC=gcc CFLAGS=-O2 prefix=%{_prefix}
|
make CC=gcc CFLAGS=-O2 prefix=%{_prefix}
|
||||||
make chrony.txt prefix=%{_prefix}
|
make chrony.txt prefix=%{_prefix}
|
||||||
make chrony.info prefix=%{_prefix}
|
make chrony.info prefix=%{_prefix}
|
||||||
|
|
Loading…
Reference in a new issue