From f15d5b669c1913105f1907228ffc0717cba580e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 20 Feb 2007 16:47:34 +0000 Subject: [PATCH] - pass current python paths Changed files: anaconda.spec -> 1.62 --- anaconda.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/anaconda.spec b/anaconda.spec index d970266..91dd51d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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}" -- 2.43.0