Added -i to autoreconf in specfile, should fix the config.rpath build
issue.
This commit is contained in:
parent
9de1b89680
commit
fbbfe457a6
@ -77,7 +77,7 @@ in either of maildir or mbox formats.
|
|||||||
%build
|
%build
|
||||||
rm -f ./configure
|
rm -f ./configure
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
autoreconf
|
autoreconf -i
|
||||||
%configure \
|
%configure \
|
||||||
INSTALL_DATA="install -c -p -m644" \
|
INSTALL_DATA="install -c -p -m644" \
|
||||||
--with-doc \
|
--with-doc \
|
||||||
|
Loading…
Reference in New Issue
Block a user