aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
diff options
context:
space:
mode:
Diffstat (limited to 'package/configure-snippets/configure_generate_make')
-rw-r--r--package/configure-snippets/configure_generate_make21
1 files changed, 4 insertions, 17 deletions
diff --git a/package/configure-snippets/configure_generate_make b/package/configure-snippets/configure_generate_make
index 3603f53..da6004c 100644
--- a/package/configure-snippets/configure_generate_make
+++ b/package/configure-snippets/configure_generate_make
@@ -1,7 +1,9 @@
+echo "SCANDIR := $scandir"
+echo "LIVEDIR := $livedir"
echo "REPODIR := $repodir"
-echo "BOOTDIR := $bootdir"
+echo "BOOTDB := $bootdb"
echo "STMPDIR := $stmpdir"
-echo "DEFPATH := $defpath"
+echo "STOREPATH := $storepath"
if $usensss ; then
echo "LIBNSSS := -lnsss"
@@ -10,18 +12,3 @@ else
echo "LIBNSSS :="
echo "MAYBEPTHREAD_LIB :="
fi
-if $adaemontools ; then
- echo "WRAP_DAEMONTOOLS := 1"
-else
- echo "WRAP_DAEMONTOOLS :="
-fi
-if $arunit ; then
- echo "WRAP_RUNIT := 1"
-else
- echo "WRAP_RUNIT :="
-fi
-if $asymlinks ; then
- echo "WRAP_SYMLINKS := 1"
-else
- echo "WRAP_SYMLINKS :="
-fi