GLUED: renamed cfg_package_spec_dir to pkg_dir.

This commit is contained in:
Ricardo Martins
2014-02-04 07:44:17 +00:00
parent 6d110a03f9
commit 8fe415232d
44 changed files with 54 additions and 54 deletions

View File

@@ -14,8 +14,8 @@ configure()
echo "Configure is in $(pwd)"
# We are patching the source as python needs python to compile python for our target:
patch -p1 < "${cfg_package_spec_dir}/patches/Python-${version}-xcompile.patch"
patch -p1 < "${cfg_package_spec_dir}/patches/001-Enable-zlib-bz2.patch"
patch -p1 < "${pkg_dir}/patches/Python-${version}-xcompile.patch"
patch -p1 < "${pkg_dir}/patches/001-Enable-zlib-bz2.patch"
export CC="$cfg_target_canonical-gcc"
export CXX="$cfg_target_canonical-g++"