libnsl is deprecated and will be removed in the future as announced one year ago. Don't link against libnsl just because of a broken configure script if it is not used. - Replace wrong libnsl build require with correct libtirpc one - fix-configure-libwrap-dependencies.diff: libwrap does not depend on libnsl OBS-URL: https://build.opensuse.org/request/show/1060849 OBS-URL: https://build.opensuse.org/package/show/security/argus?expand=0&rev=30
14 lines
370 B
Diff
14 lines
370 B
Diff
--- argus-3.0.8.3/configure.old 2020-08-27 15:02:52.000000000 +0200
|
|
+++ argus-3.0.8.3/configure 2023-01-25 12:02:00.376669747 +0100
|
|
@@ -8347,10 +8347,6 @@
|
|
if test -f lib/libwrap.a; then
|
|
rm -rf lib/libwrap.a
|
|
fi
|
|
- case "$target_os" in
|
|
- linux*)
|
|
- V_WRAPDEP="$V_WRAPDEP -lnsl";;
|
|
- esac
|
|
fi
|
|
fi
|
|
|