summaryrefslogtreecommitdiffstats
path: root/rules/libosip2.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-11-13 10:06:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-13 11:27:18 +0100
commit9e81487306a6a075eac4f28aaa953a8452635ecc (patch)
tree5b2777e31823eb2f434f19100932f3281c0f8a6a /rules/libosip2.in
parentc9921e01d05a76041bc3616351a63b5823eb51bb (diff)
downloadptxdist-9e81487306a6a075eac4f28aaa953a8452635ecc.tar.gz
ptxdist-9e81487306a6a075eac4f28aaa953a8452635ecc.tar.xz
libosip2: remove unnecessary dependency
libnsl is not actually needed on Linux. It's still used if found, so make sure it is not found. Otherwise it will be used if TARGET_LINKER_AS_NEEDED is not enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libosip2.in')
-rw-r--r--rules/libosip2.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/libosip2.in b/rules/libosip2.in
index a1124f65a..5565e0801 100644
--- a/rules/libosip2.in
+++ b/rules/libosip2.in
@@ -2,7 +2,6 @@
menuconfig LIBOSIP2
tristate
- select LIBC_NSL
prompt "libosip2 "
help
The GNU oSIP library is an implementation of SIP - rfc3261.