changes in spec file
This commit is contained in:
parent
d1112e5e3a
commit
e97f5c8166
@ -5,7 +5,7 @@
|
|||||||
batch_interval = BATCH_INTERVAL_DEFAULT;
|
batch_interval = BATCH_INTERVAL_DEFAULT;
|
||||||
|
|
||||||
- while ((c = getopt(argc, argv, "sdl:b:")) != EOF) {
|
- while ((c = getopt(argc, argv, "sdl:b:")) != EOF) {
|
||||||
+ while ((c = getopt(argc, argv, "sdl:b:n")) != EOF) {
|
+ while ((c = getopt(argc, argv, "sdl:b:n:")) != EOF) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'l':
|
case 'l':
|
||||||
if (sscanf(optarg, "%lf", &load_avg) != 1)
|
if (sscanf(optarg, "%lf", &load_avg) != 1)
|
||||||
|
2
at.spec
2
at.spec
@ -121,7 +121,7 @@ cp %{SOURCE1} .
|
|||||||
%patch37 -p1 -b .makefile
|
%patch37 -p1 -b .makefile
|
||||||
%patch38 -p1 -b .daylight
|
%patch38 -p1 -b .daylight
|
||||||
%patch39 -p1 -b .perm
|
%patch39 -p1 -b .perm
|
||||||
%patch40 -p1 -b .newpam
|
##%patch40 -p1 -b .newpam
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# patch10 touches configure.in
|
# patch10 touches configure.in
|
||||||
|
Loading…
Reference in New Issue
Block a user