Quote reference to configure macro
RPM expands macros in spec file comments. Yes, it's an insane format. It took me a while to understand why we were running `configure` twice.
This commit is contained in:
parent
1f289f2410
commit
de81c34c0f
@ -124,7 +124,7 @@ The %{name}-devel package includes the header files for %{name}-libs.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{?rusttoolset} env NOCONFIGURE=1 ./autogen.sh
|
%{?rusttoolset} env NOCONFIGURE=1 ./autogen.sh
|
||||||
# Override the invocation of ./configure, since %configure is multi-line, we
|
# Override the invocation of ./configure, since %%configure is multi-line, we
|
||||||
# can't just prefix it with scl enable.
|
# can't just prefix it with scl enable.
|
||||||
%define _configure %{?rusttoolset} ./configure
|
%define _configure %{?rusttoolset} ./configure
|
||||||
%configure --disable-silent-rules --enable-gtk-doc \
|
%configure --disable-silent-rules --enable-gtk-doc \
|
||||||
|
Loading…
Reference in New Issue
Block a user