aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
blob: 50cf4023cfe784afd3499dba5c252ec1d90c5d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
echo "skeldir := $skeldir"
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