Skip to content

Commit 78e5db1

Browse files
besser82solardiz
authored andcommitted
libnss_tcb: Drop unneeded LIBNSL from linked libraries.
The NIS+ support has been removed long time ago, so there is no need to link against LIBNSL anymore. Complements: b91e465 Signed-off-by: Björn Esser <[email protected]>
1 parent 3168098 commit 78e5db1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
libnss_tcb: Apply proper soname during linking.
1111
* libs/Makefile: Apply proper soname to libnss_tcb.so.2.
1212

13+
libnss_tcb: Drop unneeded LIBNSL from linked libraries.
14+
* libs/Makefile: Stop linking libnss_tcb.so.2 against LIBNSL.
15+
1316
2021-09-25 Dmitry V. Levin <ldv at owl.openwall.com>
1417

1518
Add github CI.

libs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $(LIBTCB_LONG): libtcb.o $(LIB_MAP)
2424

2525
$(LIBNSS): nss.o $(NSS_MAP) $(LIBTCB_LONG)
2626
$(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname,$(LIBNSS) \
27-
-Wl,--version-script=$(NSS_MAP) $< $(LIBNSL) -ltcb
27+
-Wl,--version-script=$(NSS_MAP) $< -ltcb
2828

2929
.c.o:
3030
$(CC) $(CFLAGS) -fPIC -c $< -o $@

0 commit comments

Comments
 (0)