From f9c3864711d0de4e7305e3509d339f0713efa859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 8 Feb 2016 14:04:33 +0100 Subject: - Explicitly pass {C,LD}FLAGS_PATH to the runtime (ntapi, psxscl, etc.) build scripts; everything now goes into $PREFIX_NATIVE except for the cross compiler and its dependencies, which go into $PREFIX_TARGET. - Replaced specific PREFIX variables w/ generic per-build level CFLAGS. - Merged 204.psxscl.build into pkg.build. - Generalised patching procedure into build.subr. --- 306.libz.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '306.libz.build') diff --git a/306.libz.build b/306.libz.build index a6f48d59..a1678bf4 100644 --- a/306.libz.build +++ b/306.libz.build @@ -32,9 +32,9 @@ if ! is_build_script_done built; then fi; if ! is_build_script_done installed; then if [ "x${2}" = "xlibz" ]; then - make -j18 DESTDIR=${PREFIX_NATIVE} install; + make -j18 DESTDIR=${PREFIX_LVL} install; elif [ "x${2}" = "xgzip" ]; then - cp gunzip gzip zcat ${PREFIX_NATIVE}/bin; + cp gunzip gzip zcat ${PREFIX_LVL}/bin; fi; set_build_script_done installed finished; fi; -- cgit v1.2.3