Commit da809c6
committed
rpm: fix "configure: WARNING: invalid host type"
This commit fixes the above warning when "make rpm". This happens
if you ./configure without --enable-zookeeper or --enable-sheepfs
before "make rpm". This is because %{fuse_configure_args} and/or
%{zookeeper_configure_args} are not expanded at configure step
during "make rpm".
Now I set each of them to %{nil} as default if the corresponding
./configure option was not given.
Signed-off-by: Takashi Menjo <menjo.takashi@lab.ntt.co.jp>1 parent 3579b74 commit da809c6
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments