aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-27 21:53:35 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-27 21:53:35 +0000
commit1a24089c821b7ab71af9733a58ffc762accd84dd (patch)
tree790ebe40aa8da93d76e974921c18f4434cddea90 /package/configure-snippets/configure_generate_make
parente850b94f5e796ad12b994ea664d3ecfd2d176620 (diff)
downloads6-linux-init-1a24089c821b7ab71af9733a58ffc762accd84dd.tar.gz
Prepare for 1.1.3.0, templated configure, pkg-config support, etc.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package/configure-snippets/configure_generate_make')
-rw-r--r--package/configure-snippets/configure_generate_make12
1 files changed, 12 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..8fe274d
--- /dev/null
+++ b/package/configure-snippets/configure_generate_make
@@ -0,0 +1,12 @@
+if $usensss ; then
+ echo "LIBNSSS := -lnsss"
+ echo "MAYBEPTHREAD_LIB := -lpthread"
+else
+ echo "LIBNSSS :="
+ echo "MAYBEPTHREAD_LIB :="
+fi
+if $utmps ; then
+ echo "LIBUTMPS := -lutmps"
+else
+ echo "LIBUTMPS :="
+fi