summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-05-02 19:39:41 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-02 19:51:38 +0200
commitf33ba93baddca139ab900b79cfeffd69e318aa6b (patch)
tree161139b68e0b5aadff375c097ece66642cf25a2f /config_host.mk.in
parentbd5da80befbd1f7f09aadf4b02122414c010d65b (diff)
allow custom solver/workdir location: --with-solver-and-workdir-root
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index c7b2075219a8..4d0d5cf879f7 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -434,8 +434,8 @@ export SOLARINC=@SOLARINC@
export SOLARINC_FOR_BUILD=@SOLARINC_FOR_BUILD@
export SOLARLIB=@SOLARLIB@
export SOLARLIB_FOR_BUILD=@SOLARLIB_FOR_BUILD@
-export SOLARVER=@SRC_ROOT@/solver
-export SOLARVERSION=@SRC_ROOT@/solver
+export SOLARVER=@SOLARVER@
+export SOLARVERSION=@SOLARVER@
export SOLAR_JAVA=@SOLAR_JAVA@
export SPLIT_APP_MODULES=@SPLIT_APP_MODULES@
export SPLIT_OPT_FEATURES=@SPLIT_OPT_FEATURES@