Workaround for hardcoded path in Makefile

sh-4.4# make all
PYTHONHASHSEED=1 WAF_MAKE=1  ../../buildtools/bin/waf build
/bin/sh: ../../buildtools/bin/waf: No such file or directory
make: *** [Makefile:7: all] Error 127
This commit is contained in:
Lukas Slebodnik 2019-01-17 21:40:25 +01:00
parent 260dfd3f8e
commit 9bd04a3716

View File

@ -102,6 +102,9 @@ UpdateTimestamps() {
%autosetup -n tevent-%{version} -p1
%build
# workaround for hardcoded PATH to waf
sed -e 's:\.\./\.\./buildtools:./buildtools:' -i Makefile
%{?export_waf_python}
%configure --disable-rpath \
--bundled-libraries=NONE \