From 2ca880839cedf28bcbe71ba9e983c6ef6159d0dd Mon Sep 17 00:00:00 2001 From: Peter Shkenev Date: Sat, 6 Jan 2024 14:49:48 +0300 Subject: Change LIBNSSS to NSSS_LIB LIBNSSS confused gen-deps.sh --- configure | 2 +- package/deps.mak | 8 ++++---- src/shh-portable-utils/deps-exe/chgrp | 2 +- src/shh-portable-utils/deps-exe/chown | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure b/configure index 31f32ba..63da992 100755 --- a/configure +++ b/configure @@ -412,7 +412,7 @@ SYSCLOCK_LIB := ${sysclock_lib} TIMER_LIB := ${timer_lib} UTIL_LIB := ${util_lib} -LIBNSSS := ${libnsss} +NSSS_LIB := ${libnsss} CC := $CC_AUTO CPPFLAGS_AUTO := $CPPFLAGS_AUTO diff --git a/package/deps.mak b/package/deps.mak index 042d609..3b608f4 100644 --- a/package/deps.mak +++ b/package/deps.mak @@ -36,12 +36,12 @@ basename: EXTRA_LIBS := -lskarnet basename: src/shh-portable-utils/basename.o cat: EXTRA_LIBS := -lskarnet cat: src/shh-portable-utils/cat.o -chgrp: EXTRA_LIBS := ${SOCKET_LIB} -lskarnet -chgrp: src/shh-portable-utils/chgrp.o src/shh-portable-utils/parse_group.o ${LIBNSSS} +chgrp: EXTRA_LIBS := ${SOCKET_LIB} ${NSSS_LIB} -lskarnet +chgrp: src/shh-portable-utils/chgrp.o src/shh-portable-utils/parse_group.o chmod: EXTRA_LIBS := -lskarnet chmod: src/shh-portable-utils/chmod.o src/shh-portable-utils/parse_mode_octal.o src/shh-portable-utils/parse_mode_symbolic.o src/shh-portable-utils/change_mode.o -chown: EXTRA_LIBS := ${SOCKET_LIB} -lskarnet -chown: src/shh-portable-utils/chown.o src/shh-portable-utils/parse_user.o src/shh-portable-utils/parse_group.o ${LIBNSSS} +chown: EXTRA_LIBS := ${SOCKET_LIB} ${NSSS_LIB} -lskarnet +chown: src/shh-portable-utils/chown.o src/shh-portable-utils/parse_user.o src/shh-portable-utils/parse_group.o cut: EXTRA_LIBS := -lskarnet cut: src/shh-portable-utils/cut.o src/shh-portable-utils/shhgetln.o dirname: EXTRA_LIBS := -lskarnet diff --git a/src/shh-portable-utils/deps-exe/chgrp b/src/shh-portable-utils/deps-exe/chgrp index 12823de..35a3b2a 100644 --- a/src/shh-portable-utils/deps-exe/chgrp +++ b/src/shh-portable-utils/deps-exe/chgrp @@ -1,4 +1,4 @@ parse_group.o ${SOCKET_LIB} -${LIBNSSS} +${NSSS_LIB} -lskarnet diff --git a/src/shh-portable-utils/deps-exe/chown b/src/shh-portable-utils/deps-exe/chown index 48176e3..93d178e 100644 --- a/src/shh-portable-utils/deps-exe/chown +++ b/src/shh-portable-utils/deps-exe/chown @@ -1,5 +1,5 @@ parse_user.o parse_group.o ${SOCKET_LIB} -${LIBNSSS} +${NSSS_LIB} -lskarnet -- cgit v1.2.3