Use an absolute path for the configure script and srcdir
This commit is contained in:
parent
3f81c43bc7
commit
54470d8c28
@ -99,7 +99,8 @@
|
|||||||
|
|
||||||
|
|
||||||
# Needed for out-of-tree builds.
|
# Needed for out-of-tree builds.
|
||||||
%global _configure ../"configure"
|
%global src_topleveldir %{_builddir}/%{name}-%{version}
|
||||||
|
%global _configure "%{src_topleveldir}/configure"
|
||||||
|
|
||||||
|
|
||||||
# Common configure options.
|
# Common configure options.
|
||||||
@ -118,7 +119,7 @@
|
|||||||
%else \
|
%else \
|
||||||
--disable-valgrind \\\
|
--disable-valgrind \\\
|
||||||
%endif \
|
%endif \
|
||||||
--srcdir=.. \\\
|
--srcdir=%{src_topleveldir} \\\
|
||||||
--with-pkgconfigdir=%{_libdir}/pkgconfig
|
--with-pkgconfigdir=%{_libdir}/pkgconfig
|
||||||
|
|
||||||
|
|
||||||
@ -467,6 +468,7 @@ done
|
|||||||
- Add Recommends: whois-mkpasswd for Fedora
|
- Add Recommends: whois-mkpasswd for Fedora
|
||||||
- Optimize installation of the documentation files
|
- Optimize installation of the documentation files
|
||||||
- Fix %%description
|
- Fix %%description
|
||||||
|
- Use an absolute path for the configure script and srcdir
|
||||||
|
|
||||||
* Tue Feb 19 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-7
|
* Tue Feb 19 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-7
|
||||||
- Add patch to fix the output formatting of a test
|
- Add patch to fix the output formatting of a test
|
||||||
|
Loading…
Reference in New Issue
Block a user