diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-19 01:55:59 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:04 -0600 |
commit | d5f31a603c6ea5d232c54d4c0311f94db7e09de3 (patch) | |
tree | 0f6e30590a61ac6bf0203a44cbec4743156b3dcc /config_host.mk.in | |
parent | 9be1f79362c7c8d3b35d33567c4d337d37a5717f (diff) |
migrate TARFILE_LOCATION out of set_soenv
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index dcc5c47ff820..7ae412336269 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -400,6 +400,7 @@ export SYSTEM_SERVLETAPI="@SYSTEM_SERVLETAPI@" export SYSTEM_STDLIBS="@SYSTEM_STDLIBS@" export SYSTEM_VIGRA="@SYSTEM_VIGRA@" export SYSTEM_ZLIB="@SYSTEM_ZLIB@" +export TARFILE_LOCATION="@TARFILE_LOCATION@" export THES_SYSTEM_DIR="@THES_SYSTEM_DIR@" export TYPO_EXTENSION_PACK="@TYPO_EXTENSION_PACK@" export UNIXWRAPPERNAME="@UNIXWRAPPERNAME@" |