aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 05:53:53 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 05:53:53 +0000
commitaffccf34a5fa6571d5e08908364e817abcef6fe1 (patch)
tree889f59406cdd543a89cb0301900350cd65976767 /package/configure-snippets/configure_generate_make
parent2106106e8f0aa882a10f224c01847b3144c74b79 (diff)
downloadmdevd-affccf34a5fa6571d5e08908364e817abcef6fe1.tar.gz
Move to new system
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_make7
1 files changed, 7 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..3de1d94
--- /dev/null
+++ b/package/configure-snippets/configure_generate_make
@@ -0,0 +1,7 @@
+if $usensss ; then
+ echo "LIBNSSS := -lnsss"
+ echo "MAYBEPTHREAD_LIB := -lpthread"
+else
+ echo "LIBNSSS :="
+ echo "MAYBEPTHREAD_LIB :="
+fi