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_make22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/configure-snippets/configure_generate_make b/package/configure-snippets/configure_generate_make
new file mode 100644
index 0000000..bbbe613
--- /dev/null
+++ b/package/configure-snippets/configure_generate_make
@@ -0,0 +1,22 @@
+if $usensss ; then
+ echo "LIBNSSS := -lnsss"
+ echo "MAYBEPTHREAD_LIB := -lpthread"
+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