]> git.pld-linux.org Git - packages/anaconda.git/blobdiff - anaconda.spec
- pass current python paths
[packages/anaconda.git] / anaconda.spec
index d970266ad3f50f7dba9367d89f790e6e1ec7c1d1..91dd51d6587a8fb6caa57a73ac611a9c120dacd9 100644 (file)
@@ -229,9 +229,13 @@ if [ "$(locale -a | grep -c en_US.utf8)" = 0 ]; then
 fi
 
 %{__make} depend -j1 \
+       PYTHON="%{__python}" \
+       PYTHONINCLUDE="%{py_incdir}" \
        CC="%{__cc}"
 
 %{__make} -j1 \
+       PYTHON="%{__python}" \
+       PYTHONINCLUDE="%{py_incdir}" \
        CC="%{__cc}" \
        REALCC="%{__cc}" \
        OPTFLAGS="%{rpmcflags}"
This page took 0.170764 seconds and 4 git commands to generate.