]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- pass current python paths
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 20 Feb 2007 16:47:34 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda.spec -> 1.62

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.076378 seconds and 4 git commands to generate.